include/asm-x86/genapic_32.h: checkpatch cleanups - formatting only

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Joe Perches
2008-03-23 01:02:13 -07:00
committed by Ingo Molnar
parent 9407913fc1
commit eee28c251e

View File

@@ -77,7 +77,8 @@ struct genapic {
#define IPIFUNC(x)
#endif
#define APIC_INIT(aname, aprobe) { \
#define APIC_INIT(aname, aprobe) \
{ \
.name = aname, \
.probe = aprobe, \
.int_delivery_mode = INT_DELIVERY_MODE, \
@@ -109,7 +110,7 @@ struct genapic {
IPIFUNC(send_IPI_all) \
APICFUNC(enable_apic_mode) \
APICFUNC(phys_pkg_id) \
}
}
extern struct genapic *genapic;