include/asm-x86/mpspec.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:49 -07:00 committed by Ingo Molnar
parent 8f08403e61
commit 30971e17ee

View file

@ -55,8 +55,7 @@ extern int mp_register_gsi(u32 gsi, int edge_level, int active_high_low);
#define PHYSID_ARRAY_SIZE BITS_TO_LONGS(MAX_APICS)
struct physid_mask
{
struct physid_mask {
unsigned long mask[PHYSID_ARRAY_SIZE];
};