summaryrefslogtreecommitdiff
path: root/kexec/add_buffer.c
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2015-02-18 01:00:07 +0000
committerSimon Horman <horms@verge.net.au>2015-02-18 16:27:00 -0500
commite932fff3bfa26d7d197727fc89f2e8f5e9609128 (patch)
treefae95da13706133673ba7087419edc3675a1559d /kexec/add_buffer.c
parent5a7380559732ae1e776346d9d7c5db0f21c4b358 (diff)
kexec: Fix compiler format warning
The sizeof operator returns a size_t type. Change the printf format of sizeof values from %d to %zu. Fixes compiler warnings like these: kexec/fs2dt.c: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/add_buffer.c')
0 files changed, 0 insertions, 0 deletions