x86: rename all fields of mpc_bus mpc_X to X
Impact: cleanup, solve 80 columns wrap problems It would be cleaner to rename all the mpc->mpc_X fields to mpc->X - that alone would give 4 characters per usage site. (we already know that it's an 'mpc' entity - no need to duplicate that in the field too) Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
c4563826b7
commit
d4c715fad5
@@ -81,9 +81,9 @@ struct mpc_cpu {
|
||||
};
|
||||
|
||||
struct mpc_bus {
|
||||
unsigned char mpc_type;
|
||||
unsigned char mpc_busid;
|
||||
unsigned char mpc_bustype[6];
|
||||
unsigned char type;
|
||||
unsigned char busid;
|
||||
unsigned char bustype[6];
|
||||
};
|
||||
|
||||
/* List of Bus Type string values, Intel MP Spec. */
|
||||
|
Reference in New Issue
Block a user