Commit d3923513 authored by Colin Ian King's avatar Colin Ian King Committed by Borislav Petkov

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: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220805125008.2346559-1-colin.i.king@gmail.com
parent d3890596
...@@ -1193,7 +1193,7 @@ static int __init i7300_init(void) ...@@ -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) static void __exit i7300_exit(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment