diff options
author | jhb <jhb@FreeBSD.org> | 2012-04-11 21:00:33 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2012-04-11 21:00:33 +0000 |
commit | fff9fdab88d5dff6413ea7b7d332d0539644c881 (patch) | |
tree | 9c3a9f211a9ea7cdce27baf554ed2b97456ca3e5 /sys/x86 | |
parent | 294ae9574dbae2eb396badbd71d53759f665a50e (diff) | |
download | FreeBSD-src-fff9fdab88d5dff6413ea7b7d332d0539644c881.zip FreeBSD-src-fff9fdab88d5dff6413ea7b7d332d0539644c881.tar.gz |
Trim stray blank line.
Diffstat (limited to 'sys/x86')
-rw-r--r-- | sys/x86/pci/pci_bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/x86/pci/pci_bus.c b/sys/x86/pci/pci_bus.c index 317af35..af26190 100644 --- a/sys/x86/pci/pci_bus.c +++ b/sys/x86/pci/pci_bus.c @@ -133,7 +133,6 @@ legacy_pcib_map_msi(device_t pcib, device_t dev, int irq, uint64_t *addr, slot, func)); pci_ht_map_msi(hostb, *addr); return (0); - } static const char * |