Skip to content

Commit b586a59

Browse files
Chen Zhangsuryasaimadhu
authored andcommitted
EDAC/i5400: Fix typo in comment: vaious -> various
Fix spelling typo in comment: vaious -> various. [ bp: Massage. ] Reported-by: k2ci <[email protected]> Signed-off-by: Chen Zhang <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 25836ce commit b586a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/edac/i5400_edac.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ static inline int from_nf_ferr(unsigned int mask)
279279
#define FERR_NF_RECOVERABLE to_nf_mask(ERROR_NF_RECOVERABLE)
280280
#define FERR_NF_UNCORRECTABLE to_nf_mask(ERROR_NF_UNCORRECTABLE)
281281

282-
/* Defines to extract the vaious fields from the
282+
/*
283+
* Defines to extract the various fields from the
283284
* MTRx - Memory Technology Registers
284285
*/
285286
#define MTR_DIMMS_PRESENT(mtr) ((mtr) & (1 << 10))

0 commit comments

Comments
 (0)