linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i7300_edac: Set correct function name i7300_exit in comment
@ 2022-08-05 12:50 Colin Ian King
  2022-09-23 21:09 ` Borislav Petkov
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-08-05 12:50 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Borislav Petkov, Tony Luck, James Morse,
	Robert Richter, linux-edac
  Cc: kernel-janitors, linux-kernel

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)
 {
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] i7300_edac: Set correct function name i7300_exit in comment
  2022-08-05 12:50 [PATCH] i7300_edac: Set correct function name i7300_exit in comment Colin Ian King
@ 2022-09-23 21:09 ` Borislav Petkov
  0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2022-09-23 21:09 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Mauro Carvalho Chehab, Tony Luck, James Morse, Robert Richter,
	linux-edac, kernel-janitors, linux-kernel

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.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-23 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 12:50 [PATCH] i7300_edac: Set correct function name i7300_exit in comment Colin Ian King
2022-09-23 21:09 ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).