Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Chen Zhang and committed by
Borislav Petkov
b586a59e 25836ce1

+2 -1
+2 -1
drivers/edac/i5400_edac.c
··· 279 279 #define FERR_NF_RECOVERABLE to_nf_mask(ERROR_NF_RECOVERABLE) 280 280 #define FERR_NF_UNCORRECTABLE to_nf_mask(ERROR_NF_UNCORRECTABLE) 281 281 282 - /* Defines to extract the vaious fields from the 282 + /* 283 + * Defines to extract the various fields from the 283 284 * MTRx - Memory Technology Registers 284 285 */ 285 286 #define MTR_DIMMS_PRESENT(mtr) ((mtr) & (1 << 10))