x86/microcode/intel: Rename local variables of type struct mc_saved_data
authorBorislav Petkov <bp@suse.de>
Wed, 3 Feb 2016 11:33:35 +0000 (12:33 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 9 Feb 2016 10:41:16 +0000 (11:41 +0100)
commitbd6fe58d8e60d45c80ed664a55ef0df5fa076014
tree8b8c6c471c04a8f86cd1a842e9670504b699fab0
parenta58017c62b5fa23e532b731e70a63ded54cc2c02
x86/microcode/intel: Rename local variables of type struct mc_saved_data

So it is always a head-twister when trying to stare at code which has a
bunch of

  struct mc_saved_data *mc_saved_data;

local function variables *and* a global mc_saved_data of the same name.

Rename all locals to "mcs" to differentiate from the global one.

No functionality change.

Tested-by: Thomas Voegtle <tv@lio96.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1454499225-21544-8-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/microcode/intel.c