diff options
author | Chen Zhang <chenzhang@kylinos.cn> | 2022-11-02 16:12:48 +0800 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-11-25 19:29:02 +0100 |
commit | b586a59e14e61a4805e1ed08a8c4f67ed38ea7e4 (patch) | |
tree | 1919508eb311ecec98a6c63f66eb8cff34fbfe3f /drivers | |
parent | 25836ce1df827cb4830291cb2325067efb46753a (diff) | |
download | linux-stable-b586a59e14e61a4805e1ed08a8c4f67ed38ea7e4.tar.gz linux-stable-b586a59e14e61a4805e1ed08a8c4f67ed38ea7e4.tar.bz2 linux-stable-b586a59e14e61a4805e1ed08a8c4f67ed38ea7e4.zip |
EDAC/i5400: Fix typo in comment: vaious -> various
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
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/edac/i5400_edac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/edac/i5400_edac.c b/drivers/edac/i5400_edac.c index f76624ee82ef..49b4499269fb 100644 --- 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)) |