summaryrefslogtreecommitdiffstats
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-04-20 01:35:45 +0000
committermarcel <marcel@FreeBSD.org>2002-04-20 01:35:45 +0000
commit7975cc7853c16e6292dce31092ea63da03f52148 (patch)
treefc2a498d5176c197dcb1ab8683f1b26b34793293 /sys/dev/tdfx
parente4e7ea8e6a0ef01360563a5a9e10d83cb5002bf1 (diff)
downloadFreeBSD-src-7975cc7853c16e6292dce31092ea63da03f52148.zip
FreeBSD-src-7975cc7853c16e6292dce31092ea63da03f52148.tar.gz
Don't put a line break in string literals. GCC 3.1 complains and GCC
3.2 drops the ball.
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c
index b94eedf..3184925 100644
--- a/sys/dev/tdfx/tdfx_pci.c
+++ b/sys/dev/tdfx/tdfx_pci.c
@@ -390,8 +390,8 @@ tdfx_setmtrr(device_t dev) {
*/
#ifdef DEBUG
if(retval == 0) {
- device_printf(dev, "MTRR Set Type Uncacheable
- %x\n", (u_int32_t)tdfx_info->mrdesc.mr_base);
+ device_printf(dev, "MTRR Set Type Uncacheable %x\n",
+ (u_int32_t)tdfx_info->mrdesc.mr_base);
} else {
device_printf(dev, "Couldn't Set MTRR\n");
}
OpenPOWER on IntegriCloud