[PATCH 4/5] x86/microcode/intel: Improve microcode sanity-checking error messages

2016-03-07 Thread Borislav Petkov
From: Borislav Petkov Turn them into proper sentences. Add comments to microcode_sanity_check() to explain what it does. Signed-off-by: Borislav Petkov --- arch/x86/kernel/cpu/microcode/intel_lib.c | 36 ++- 1 file changed, 26

[PATCH 4/5] x86/microcode/intel: Improve microcode sanity-checking error messages

2016-03-07 Thread Borislav Petkov
From: Borislav Petkov Turn them into proper sentences. Add comments to microcode_sanity_check() to explain what it does. Signed-off-by: Borislav Petkov --- arch/x86/kernel/cpu/microcode/intel_lib.c | 36 ++- 1 file changed, 26 insertions(+), 10 deletions(-) diff