summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 14:27:06 +0000
committerbde <bde@FreeBSD.org>2002-03-23 14:27:06 +0000
commit7a023186fd7705511c7d08fb4a16b1867f259deb (patch)
tree7d8d6ffac532928d2d8531b04f14d593d4a5f2c6 /sys/i386/include/mptable.h
parentf26fb05522249c095960ae22ed1b413e54d45c3d (diff)
downloadFreeBSD-src-7a023186fd7705511c7d08fb4a16b1867f259deb.zip
FreeBSD-src-7a023186fd7705511c7d08fb4a16b1867f259deb.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 9643191..4f891db 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -737,11 +737,11 @@ static io_int *io_apic_ints;
static int nintrs;
-static int processor_entry (proc_entry_ptr entry, int cpu);
-static int bus_entry (bus_entry_ptr entry, int bus);
-static int io_apic_entry (io_apic_entry_ptr entry, int apic);
-static int int_entry (int_entry_ptr entry, int intr);
-static int lookup_bus_type (char *name);
+static int processor_entry(proc_entry_ptr entry, int cpu);
+static int bus_entry(bus_entry_ptr entry, int bus);
+static int io_apic_entry(io_apic_entry_ptr entry, int apic);
+static int int_entry(int_entry_ptr entry, int intr);
+static int lookup_bus_type(char *name);
/*
OpenPOWER on IntegriCloud