Skip to content

Commit

Permalink
x86: coding style fixes to arch/x86/mach-generic/summit.c
Browse files Browse the repository at this point in the history
File is now error/warning free.

arch/x86/mach-generic/summit.o:
   text    data     bss     dec     hex filename
   1481     140       0    1621     655 summit.o.before
   1481     140       0    1621     655 summit.o.after
md5:
 7b7dc1cbd381af7b9393da989da5b0fd  summit.o.before.asm
 7b7dc1cbd381af7b9393da989da5b0fd  summit.o.after.asm

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent 651bbe1 commit 8108576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/x86/mach-generic/summit.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* APIC driver for the IBM "Summit" chipset.
*/
#define APIC_DEFINITION 1
Expand All @@ -19,9 +19,9 @@
#include <asm/mach-summit/mach_mpparse.h>

static int probe_summit(void)
{
{
/* probed later in mptable/ACPI hooks */
return 0;
}
}

struct genapic apic_summit = APIC_INIT("summit", probe_summit);
struct genapic apic_summit = APIC_INIT("summit", probe_summit);

0 comments on commit 8108576

Please sign in to comment.