commit | 1ae87786800b5e0411847974b211797b6ada63c4 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 20 14:14:25 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 20 14:14:25 2008 -0700 |
tree | 39a7f6f4d53a71106a2cf493db5ea4ad3d29b2d6 | |
parent | 2bea2e4abf2fe8bc7384103aeaad91089109cfba [diff] |
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>