All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] EDAC/xgene: fix typo in comment
@ 2022-05-21 11:10 Julia Lawall
  2022-05-21 14:07 ` Borislav Petkov
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Khuong Dinh
  Cc: kernel-janitors, Borislav Petkov, Mauro Carvalho Chehab,
	Tony Luck, James Morse, Robert Richter, linux-edac, linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/edac/xgene_edac.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/xgene_edac.c b/drivers/edac/xgene_edac.c
index 7197f9fa0245..54081403db4f 100644
--- a/drivers/edac/xgene_edac.c
+++ b/drivers/edac/xgene_edac.c
@@ -501,7 +501,7 @@ static int xgene_edac_mc_remove(struct xgene_edac_mc_ctx *mcu)
 #define MEMERR_L2C_L2ESRA_PAGE_OFFSET		0x0804
 
 /*
- * Processor Module Domain (PMD) context - Context for a pair of processsors.
+ * Processor Module Domain (PMD) context - Context for a pair of processors.
  * Each PMD consists of 2 CPUs and a shared L2 cache. Each CPU consists of
  * its own L1 cache.
  */


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

* Re: [PATCH] EDAC/xgene: fix typo in comment
  2022-05-21 11:10 [PATCH] EDAC/xgene: fix typo in comment Julia Lawall
@ 2022-05-21 14:07 ` Borislav Petkov
  0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2022-05-21 14:07 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Khuong Dinh, kernel-janitors, Mauro Carvalho Chehab, Tony Luck,
	James Morse, Robert Richter, linux-edac, linux-kernel

On Sat, May 21, 2022 at 01:10:49PM +0200, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---
>  drivers/edac/xgene_edac.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/edac/xgene_edac.c b/drivers/edac/xgene_edac.c
> index 7197f9fa0245..54081403db4f 100644
> --- a/drivers/edac/xgene_edac.c
> +++ b/drivers/edac/xgene_edac.c
> @@ -501,7 +501,7 @@ static int xgene_edac_mc_remove(struct xgene_edac_mc_ctx *mcu)
>  #define MEMERR_L2C_L2ESRA_PAGE_OFFSET		0x0804
>  
>  /*
> - * Processor Module Domain (PMD) context - Context for a pair of processsors.
> + * Processor Module Domain (PMD) context - Context for a pair of processors.
>   * Each PMD consists of 2 CPUs and a shared L2 cache. Each CPU consists of
>   * its own L1 cache.
>   */

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-05-21 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:10 [PATCH] EDAC/xgene: fix typo in comment Julia Lawall
2022-05-21 14:07 ` Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.