x86/mce: Drop bogus comment about mce.kflags
authorTony Luck <tony.luck@intel.com>
Wed, 15 Apr 2020 19:58:26 +0000 (12:58 -0700)
committerBorislav Petkov <bp@suse.de>
Fri, 17 Apr 2020 09:12:21 +0000 (11:12 +0200)
commitf82cdff1aa7f6dcf6625c7219342a6e5c977098d
tree544f7893d348f3bfb5ae3cf27abc89f3cea75f68
parent1df73b2131e3b33d518609769636b41ce00212de
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: 1de08dccd383 ("x86/mce: Add a struct mce.kflags field")
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200415195826.GA13681@agluck-desk2.amr.corp.intel.com
arch/x86/include/uapi/asm/mce.h