diff options
author | Tom Rix <trix@redhat.com> | 2021-01-23 08:00:03 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-26 19:36:02 +0100 |
commit | c41e21dca8dc6899611c6df1fa4e6b55097ceada (patch) | |
tree | 02e3752beb481dd57fba1d18df6e1ed5471c7864 /drivers/misc/sgi-xp/xp_main.c | |
parent | 26c2e922614074da5146aa538c5afaf19112bae1 (diff) | |
download | linux-next-c41e21dca8dc6899611c6df1fa4e6b55097ceada.tar.gz |
sgi-xp: remove h from printk format specifier
This change fixes the checkpatch warning described in this commit
commit cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of
unnecessary %h[xudi] and %hh[xudi]")
Standard integer promotion is already done and %hx and %hhx is useless
so do not encourage the use of %hh[xudi] or %h[xudi].
Reviewed-By: Steve Wahl <steve.wahl@hpe.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20210123160003.1777766-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/sgi-xp/xp_main.c')
0 files changed, 0 insertions, 0 deletions