[PATCH 07/17] x86/microcode/intel: Rename local variables of type struct mc_saved_data

2016-02-03 Thread Borislav Petkov
From: Borislav Petkov 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

[PATCH 07/17] x86/microcode/intel: Rename local variables of type struct mc_saved_data

2016-02-03 Thread Borislav Petkov
From: Borislav Petkov 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.