summaryrefslogtreecommitdiffstats
path: root/sys/dev/tsec/if_tsec_ocp.c
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2009-02-17 14:59:47 +0000
committerraj <raj@FreeBSD.org>2009-02-17 14:59:47 +0000
commitfbfe9d5998e0c33fb0b816846504c03461b5cb56 (patch)
treeb2941f3512b46b158b4987cd445b512b5c48053c /sys/dev/tsec/if_tsec_ocp.c
parentfe8e0abcf53c6335cdb09c1bf1bd11c6b3fcb8df (diff)
downloadFreeBSD-src-fbfe9d5998e0c33fb0b816846504c03461b5cb56.zip
FreeBSD-src-fbfe9d5998e0c33fb0b816846504c03461b5cb56.tar.gz
tsec(4) style improvements and clean-up.
Diffstat (limited to 'sys/dev/tsec/if_tsec_ocp.c')
-rw-r--r--sys/dev/tsec/if_tsec_ocp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tsec/if_tsec_ocp.c b/sys/dev/tsec/if_tsec_ocp.c
index b65145b..1787aa7 100644
--- a/sys/dev/tsec/if_tsec_ocp.c
+++ b/sys/dev/tsec/if_tsec_ocp.c
@@ -272,8 +272,8 @@ tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand,
error = bus_release_resource(sc->dev, SYS_RES_IRQ, irid, ires);
if (error)
- device_printf(sc->dev, "bus_release_resource() failed for %s intr"
- ", error %d\n", iname, error);
+ device_printf(sc->dev, "bus_release_resource() failed for %s "
+ "intr, error %d\n", iname, error);
}
static int
OpenPOWER on IntegriCloud