[PATCH 09/17] x86/microcode/intel: Rename mc_intel variable to mc

2016-02-03 Thread Borislav Petkov
From: Borislav Petkov Well, it is apparent what it points to - microcode. And since it is the intel loader, no need for the "_intel" suffix. Use "!" for the 0/NULL checks, while at it. No functionality change. Signed-off-by: Borislav Petkov --- arch/x86/kernel/cpu/microcode/intel.c | 58

[PATCH 09/17] x86/microcode/intel: Rename mc_intel variable to mc

2016-02-03 Thread Borislav Petkov
From: Borislav Petkov Well, it is apparent what it points to - microcode. And since it is the intel loader, no need for the "_intel" suffix. Use "!" for the 0/NULL checks, while at it. No functionality change. Signed-off-by: Borislav Petkov ---