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:
c2e182f
)
scripts: kallsyms: Use %zu to print 'size_t'
author
Fabio Estevam
<fabio.estevam@freescale.com>
Fri, 8 Nov 2013 02:45:01 +0000
(
00:45
-0200)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 8 Nov 2013 09:05:20 +0000
(10:05 +0100)
Commit
f3462aa95
(Kbuild: Handle longer symbols in kallsyms.c) introduced the
following warning on ARM:
scripts/kallsyms.c:121:4: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' [-Wformat]
Use %zu to print 'size_t'.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kallsyms.c
patch
|
blob
|
history
diff --cc
scripts/kallsyms.c
Simple merge