git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe7e86
)
module_signing: fix printk format warning
author
Randy Dunlap
<rdunlap@xenotime.net>
Sun, 21 Oct 2012 01:59:31 +0000
(18:59 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 22 Oct 2012 05:56:34 +0000
(08:56 +0300)
Fix the warning:
kernel/module_signing.c:195:2: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'size_t'
by using the proper 'z' modifier for printing a size_t.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found