[PATCH] auerswald.c: %zd for size_t

From: Al Viro
Date: Thu Dec 15 2005 - 04:24:10 EST



Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>


---

drivers/usb/misc/auerswald.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

a76826ad561a25095f94f5ea37c0a740fb1a7372
diff --git a/drivers/usb/misc/auerswald.c b/drivers/usb/misc/auerswald.c
index 2a28cee..b293db3 100644
--- a/drivers/usb/misc/auerswald.c
+++ b/drivers/usb/misc/auerswald.c
@@ -1696,7 +1696,7 @@ static ssize_t auerchar_write (struct fi
int ret;
wait_queue_t wait;

- dbg ("auerchar_write %d bytes", len);
+ dbg ("auerchar_write %zd bytes", len);

/* Error checking */
if (!ccp)
--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/