Skip to content

Commit

Permalink
[PATCH] auerswald.c: %zd for size_t
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 15, 2005
1 parent 37eb47e commit 53b3de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/misc/auerswald.c
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ static ssize_t auerchar_write (struct file *file, const char __user *buf, size_t
int ret;
wait_queue_t wait;

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

/* Error checking */
if (!ccp)
Expand Down

0 comments on commit 53b3de1

Please sign in to comment.