summaryrefslogtreecommitdiffstats
path: root/sys/amd64/pci
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-08 15:16:49 +0000
committerphk <phk@FreeBSD.org>2002-09-08 15:16:49 +0000
commit8eb0cb6eaa0f426e61d107c77fb69aba222cc993 (patch)
treeade9d3f507e669ef045d7a88caa407f33fbe2582 /sys/amd64/pci
parente5c7442a0ce8abebedb161765b960e65be0113fc (diff)
downloadFreeBSD-src-8eb0cb6eaa0f426e61d107c77fb69aba222cc993.zip
FreeBSD-src-8eb0cb6eaa0f426e61d107c77fb69aba222cc993.tar.gz
Fix style(9) bugs.
Brucified by: bde
Diffstat (limited to 'sys/amd64/pci')
-rw-r--r--sys/amd64/pci/pci_bus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c
index 64b98e6..b7c992e 100644
--- a/sys/amd64/pci/pci_bus.c
+++ b/sys/amd64/pci/pci_bus.c
@@ -188,8 +188,8 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
#ifdef CPU_ELAN
init_AMD_Elan_sc520();
#else
- printf("*** WARNING: kernel option CPU_ELAN missing");
- printf("-- timekeeping may be wrong\n");
+ printf("*** WARNING: kernel option CPU_ELAN missing"
+ " -- timekeeping may be wrong.\n");
#endif
break;
case 0x70061022:
OpenPOWER on IntegriCloud