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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{