summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-23 22:12:17 +0000
committerphk <phk@FreeBSD.org>2002-12-23 22:12:17 +0000
commit603c2fd7baadb09bdf2760e67fded936c0076926 (patch)
tree470adcf9d42c14e65bad2c969c9f5fae50d78647 /sys
parentb9e78196906ce4e1ddcc9226147152ae434299af (diff)
downloadFreeBSD-src-603c2fd7baadb09bdf2760e67fded936c0076926.zip
FreeBSD-src-603c2fd7baadb09bdf2760e67fded936c0076926.tar.gz
Outdent the string rather than use concatenation.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/pci/pci_bus.c4
-rw-r--r--sys/i386/pci/pci_bus.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c
index 226536c..7830406 100644
--- a/sys/amd64/pci/pci_bus.c
+++ b/sys/amd64/pci/pci_bus.c
@@ -186,8 +186,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"
- " -- timekeeping may be wrong.\n");
+ printf(
+"*** WARNING: missing CPU_ELAN -- timekeeping may be wrong\n");
#endif
break;
case 0x70061022:
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index 226536c..7830406 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -186,8 +186,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"
- " -- timekeeping may be wrong.\n");
+ printf(
+"*** WARNING: missing CPU_ELAN -- timekeeping may be wrong\n");
#endif
break;
case 0x70061022:
OpenPOWER on IntegriCloud