git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bea2e4
)
Fix sprintf format warnings in drm_proc.c
author
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 20 Oct 2008 21:14:25 +0000
(14:14 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 20 Oct 2008 21:14:25 +0000
(14:14 -0700)
Use "%zd" for size_t, and make sure to have a space between the numbers
instead of depending on the field width.
I don't like warnings in my default targeted build.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found