projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25836ce
)
EDAC/i5400: Fix typo in comment: vaious -> various
author
Chen Zhang
<chenzhang@kylinos.cn>
Wed, 2 Nov 2022 08:12:48 +0000
(16:12 +0800)
committer
Borislav Petkov
<bp@suse.de>
Fri, 25 Nov 2022 18:29:02 +0000
(19:29 +0100)
Fix spelling typo in comment: vaious -> various.
[ bp: Massage. ]
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Chen Zhang <chenzhang@kylinos.cn>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link:
https://lore.kernel.org/r/20221102081248.45694-1-chenzhang@kylinos.cn
drivers/edac/i5400_edac.c
patch
|
blob
|
history
diff --git
a/drivers/edac/i5400_edac.c
b/drivers/edac/i5400_edac.c
index f76624ee82ef752cef9ccf9b5f13b71903879524..49b4499269fb75f9f45a5c448227a721e5feccee 100644
(file)
--- a/
drivers/edac/i5400_edac.c
+++ b/
drivers/edac/i5400_edac.c
@@
-279,7
+279,8
@@
static inline int from_nf_ferr(unsigned int mask)
#define FERR_NF_RECOVERABLE to_nf_mask(ERROR_NF_RECOVERABLE)
#define FERR_NF_UNCORRECTABLE to_nf_mask(ERROR_NF_UNCORRECTABLE)
-/* Defines to extract the vaious fields from the
+/*
+ * Defines to extract the various fields from the
* MTRx - Memory Technology Registers
*/
#define MTR_DIMMS_PRESENT(mtr) ((mtr) & (1 << 10))