We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25836ce commit b586a59Copy full SHA for b586a59
drivers/edac/i5400_edac.c
@@ -279,7 +279,8 @@ static inline int from_nf_ferr(unsigned int mask)
279
#define FERR_NF_RECOVERABLE to_nf_mask(ERROR_NF_RECOVERABLE)
280
#define FERR_NF_UNCORRECTABLE to_nf_mask(ERROR_NF_UNCORRECTABLE)
281
282
-/* Defines to extract the vaious fields from the
+/*
283
+ * Defines to extract the various fields from the
284
* MTRx - Memory Technology Registers
285
*/
286
#define MTR_DIMMS_PRESENT(mtr) ((mtr) & (1 << 10))
0 commit comments