You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
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:
committed by
Borislav Petkov
parent
d389059685
commit
d3923513ed
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user