projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2edb986
)
EDAC/xgene: Fix typo processsors -> processors
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:49 +0000
(13:10 +0200)
committer
Borislav Petkov
<bp@suse.de>
Sat, 21 May 2022 14:03:49 +0000
(16:03 +0200)
Spelling mistake (triple letters) in comment. Detected with the help of
Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link:
https://lore.kernel.org/r/20220521111145.81697-39-Julia.Lawall@inria.fr
drivers/edac/xgene_edac.c
patch
|
blob
|
history
diff --git
a/drivers/edac/xgene_edac.c
b/drivers/edac/xgene_edac.c
index 7197f9fa024572f72aec324af64cd382820ffac1..54081403db4fd20352202e77161704f725e3b434 100644
(file)
--- 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 process
s
ors.
+ * 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.
*/