EDAC/i7300: Correct the i7300_exit() function name in comment

The incorrect function name is being used in the comment for function
i7300_exit. Correct this.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220805125008.2346559-1-colin.i.king@gmail.com
This commit is contained in:
Colin Ian King 2022-08-05 13:50:08 +01:00 committed by Borislav Petkov
parent d389059685
commit d3923513ed

View File

@ -1193,7 +1193,7 @@ static int __init i7300_init(void)
}
/**
* i7300_init() - Unregisters the driver
* i7300_exit() - Unregisters the driver
*/
static void __exit i7300_exit(void)
{