Commit b586a59e authored by Chen Zhang's avatar Chen Zhang Committed by Borislav Petkov
Browse files

EDAC/i5400: Fix typo in comment: vaious -> various



Fix spelling typo in comment: vaious -> various.

  [ bp: Massage. ]

Reported-by: default avatark2ci <kernel-bot@kylinos.cn>
Signed-off-by: default avatarChen Zhang <chenzhang@kylinos.cn>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20221102081248.45694-1-chenzhang@kylinos.cn
parent 25836ce1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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))