projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d389059
)
EDAC/i7300: Correct the i7300_exit() function name in comment
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 5 Aug 2022 12:50:08 +0000
(13:50 +0100)
committer
Borislav Petkov
<bp@suse.de>
Fri, 23 Sep 2022 21:07:17 +0000
(23:07 +0200)
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
drivers/edac/i7300_edac.c
patch
|
blob
|
history
diff --git
a/drivers/edac/i7300_edac.c
b/drivers/edac/i7300_edac.c
index 4f28b8c8d3789fc79091ef843ccbe5d11bb39112..61adaa872ba7bba8c15be82c658455c95bff1c2f 100644
(file)
--- a/
drivers/edac/i7300_edac.c
+++ b/
drivers/edac/i7300_edac.c
@@
-1193,7
+1193,7
@@
static int __init i7300_init(void)
}
/**
- * i7300_
in
it() - Unregisters the driver
+ * i7300_
ex
it() - Unregisters the driver
*/
static void __exit i7300_exit(void)
{