summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-01-11 04:55:52 +0000
committersam <sam@FreeBSD.org>2003-01-11 04:55:52 +0000
commit6aae58cc9a256138670ee7f582d50aed61aa2e00 (patch)
treea4b8a8239f1b705be480799e1779726ba9147fd1 /sys/dev
parentd13ea619e6788c8eedaf4432084302a1c0da03c0 (diff)
downloadFreeBSD-src-6aae58cc9a256138670ee7f582d50aed61aa2e00.zip
FreeBSD-src-6aae58cc9a256138670ee7f582d50aed61aa2e00.tar.gz
correct printf format
Noticed by: alpha tinderbox
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ubsec/ubsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c
index ebd60c4..75f5201 100644
--- a/sys/dev/ubsec/ubsec.c
+++ b/sys/dev/ubsec/ubsec.c
@@ -1849,7 +1849,7 @@ ubsec_dma_malloc(
BUS_DMA_NOWAIT, &dma->dma_map);
if (r != 0) {
device_printf(sc->sc_dev, "ubsec_dma_malloc: "
- "bus_dmammem_alloc failed; size %u, error %u\n",
+ "bus_dmammem_alloc failed; size %zu, error %u\n",
size, r);
goto fail_2;
}
OpenPOWER on IntegriCloud