]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit1ae87786800b5e0411847974b211797b6ada63c4
tree39a7f6f4d53a71106a2cf493db5ea4ad3d29b2d6
parent2bea2e4abf2fe8bc7384103aeaad91089109cfba
Fix sprintf format warnings in drm_proc.c

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>
drivers/gpu/drm/drm_proc.c