diff options
| author | Randy Dunlap <[email protected]> | 2012-02-29 00:31:12 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-02-29 00:55:30 +0000 |
| commit | 164974a8f2a482f1abcb027c6d1a89dd79b14297 (patch) | |
| tree | 945e3f1645a0686c0d832a49cbe5d83175319bb3 /lib/string_helpers.c | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes (diff) | |
| download | kernel-164974a8f2a482f1abcb027c6d1a89dd79b14297.tar.gz kernel-164974a8f2a482f1abcb027c6d1a89dd79b14297.zip | |
ecryptfs: fix printk format warning for size_t
Fix printk format warning (from Linus's suggestion):
on i386:
fs/ecryptfs/miscdev.c:433:38: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int'
and on x86_64:
fs/ecryptfs/miscdev.c:433:38: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int'
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Tyler Hicks <[email protected]>
Cc: Dustin Kirkland <[email protected]>
Cc: [email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions
