diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-08 14:58:35 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-08 14:58:35 +0000 |
| commit | f47789c828220f7fde8a9a65d68578cd78b80851 (patch) | |
| tree | 3a953b686db4d6232ee254022c97ceed0d87859b /sys | |
| parent | 70d0dcad85eea7ca908dfeb085018ee89b4709e1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_ti.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index b91f5cb2daaf..fdaebf0351fa 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -796,7 +796,7 @@ ti_bcopy_swap(src, dst, len, swap_type) size_t tmplen; if (len & 0x3) { - printf("ti_bcopy_swap: length %d isn't 32-bit aligned\n", + printf("ti_bcopy_swap: length %zd isn't 32-bit aligned\n", len); return(-1); } diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index b91f5cb2daaf..fdaebf0351fa 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -796,7 +796,7 @@ ti_bcopy_swap(src, dst, len, swap_type) size_t tmplen; if (len & 0x3) { - printf("ti_bcopy_swap: length %d isn't 32-bit aligned\n", + printf("ti_bcopy_swap: length %zd isn't 32-bit aligned\n", len); return(-1); } |
