From: Linus Torvalds Date: Mon, 20 Oct 2008 21:14:25 +0000 (-0700) Subject: Fix sprintf format warnings in drm_proc.c X-Git-Tag: v2.6.28-rc1~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae87786800b5e0411847974b211797b6ada63c4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed