Message ID | 20220805125008.2346559-1-colin.i.king@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | i7300_edac: Set correct function name i7300_exit in comment | expand |
On Fri, Aug 05, 2022 at 01:50:08PM +0100, Colin Ian King wrote: > 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> > --- > drivers/edac/i7300_edac.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/edac/i7300_edac.c b/drivers/edac/i7300_edac.c > index 4f28b8c8d378..61adaa872ba7 100644 > --- a/drivers/edac/i7300_edac.c > +++ b/drivers/edac/i7300_edac.c > @@ -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) > { > -- Applied, thanks.
diff --git a/drivers/edac/i7300_edac.c b/drivers/edac/i7300_edac.c index 4f28b8c8d378..61adaa872ba7 100644 --- a/drivers/edac/i7300_edac.c +++ b/drivers/edac/i7300_edac.c @@ -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) {
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> --- drivers/edac/i7300_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)