commit | 6f62259b1a7696a335d5c3f2c89cce1d28912bf2 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Fri Nov 08 00:45:01 2013 -0200 |
committer | Michal Marek <mmarek@suse.cz> | Fri Nov 08 10:05:20 2013 +0100 |
tree | 3f392962c67d0f41721041ce9c750b79520acbab | |
parent | c2e182fab04c1fb50e7dac05d0fd78d331225ad0 [diff] |
scripts: kallsyms: Use %zu to print 'size_t' 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>