From fbfe9d5998e0c33fb0b816846504c03461b5cb56 Mon Sep 17 00:00:00 2001 From: raj Date: Tue, 17 Feb 2009 14:59:47 +0000 Subject: tsec(4) style improvements and clean-up. --- sys/dev/tsec/if_tsec_ocp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/tsec/if_tsec_ocp.c') 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 -- cgit v1.1