diff options
author | Nicolas Iooss <[email protected]> | 2017-06-02 14:46:28 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-06-02 15:07:37 -0700 |
commit | ff5a20169b98d84ad8d7f99f27c5ebbb008204d6 (patch) | |
tree | ed3a9163906850d5d671ce4e1f1975fa8dfab7b5 /scripts | |
parent | 478fe3037b2278d276d4cd9cd0ab06c4cb2e9b32 (diff) |
pcmcia: remove left-over %Z format
Commit 5b5e0928f742 ("lib/vsprintf.c: remove %Z support") removed some
usages of format %Z but forgot "%.2Zx". This makes clang 4.0 reports a
-Wformat-extra-args warning because it does not know about %Z.
Replace %Z with %z.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Nicolas Iooss <[email protected]>
Cc: Harald Welte <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: <[email protected]> [4.11+]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions