x86: rename all fields of mpc_intsrc 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
b5ced7cdb0
commit
e253b396b1
@@ -117,13 +117,13 @@ struct mpc_ioapic {
|
||||
};
|
||||
|
||||
struct mpc_intsrc {
|
||||
unsigned char mpc_type;
|
||||
unsigned char mpc_irqtype;
|
||||
unsigned short mpc_irqflag;
|
||||
unsigned char mpc_srcbus;
|
||||
unsigned char mpc_srcbusirq;
|
||||
unsigned char mpc_dstapic;
|
||||
unsigned char mpc_dstirq;
|
||||
unsigned char type;
|
||||
unsigned char irqtype;
|
||||
unsigned short irqflag;
|
||||
unsigned char srcbus;
|
||||
unsigned char srcbusirq;
|
||||
unsigned char dstapic;
|
||||
unsigned char dstirq;
|
||||
};
|
||||
|
||||
enum mp_irq_source_types {
|
||||
|
Reference in New Issue
Block a user