Skip to content

Commit f82cdff

Browse files
aeglsuryasaimadhu
authored andcommitted
x86/mce: Drop bogus comment about mce.kflags
The bit definitions for kflags are for internal use only. A late edit moved them from uapi/asm/mce.h to the internal x86 <asm/mce.h>, but the comment saying "See below" was accidentally left here. Delete "See below". Just labelling this field as internal kernel use is sufficient. Fixes: 1de08dc ("x86/mce: Add a struct mce.kflags field") Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 1df73b2 commit f82cdff

File tree

1 file changed

+1
-1
lines changed
  • arch/x86/include/uapi/asm

1 file changed

+1
-1
lines changed

arch/x86/include/uapi/asm/mce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct mce {
3535
__u64 ipid; /* MCA_IPID MSR: only valid on SMCA systems */
3636
__u64 ppin; /* Protected Processor Inventory Number */
3737
__u32 microcode; /* Microcode revision */
38-
__u64 kflags; /* Internal kernel use. See below */
38+
__u64 kflags; /* Internal kernel use */
3939
};
4040

4141
#define MCE_GET_RECORD_LEN _IOR('M', 1, int)

0 commit comments

Comments
 (0)