]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix sprintf format warnings in drm_proc.c
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 21:14:25 +0000 (14:14 -0700)
committerLinus 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