x86: rename mpc_config_intsrc to mpc_intsrc
Impact: cleanup, solve 80 columns wrap problems mpc_config_intsrc should be renamed to mpc_intsrc. The reason: the 'c' in MPC already means 'config' - no need to repeat that in the type name. 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
2b85b5fb47
commit
540d4e72e1
@@ -116,7 +116,7 @@ struct mpc_ioapic {
|
||||
unsigned int mpc_apicaddr;
|
||||
};
|
||||
|
||||
struct mpc_config_intsrc {
|
||||
struct mpc_intsrc {
|
||||
unsigned char mpc_type;
|
||||
unsigned char mpc_irqtype;
|
||||
unsigned short mpc_irqflag;
|
||||
|
Reference in New Issue
Block a user