All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] auerswald.c: %zd for size_t
@ 2005-12-15  9:17 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-12-15  9:17 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>


---

 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-15  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-15  9:17 [PATCH] auerswald.c: %zd for size_t Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.