diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-06-03 19:06:10 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-06-09 18:31:03 +0100 |
commit | d4f2a1c6c1f2c71dc602968f537e0536f3be0b25 (patch) | |
tree | 0e5fed109544e28b3492e39a6e10e41c6c119def /drivers/dax | |
parent | 770494a785a521452a5605606b5a156340d50c9d (diff) | |
download | linux-stable-d4f2a1c6c1f2c71dc602968f537e0536f3be0b25.tar.gz linux-stable-d4f2a1c6c1f2c71dc602968f537e0536f3be0b25.tar.bz2 linux-stable-d4f2a1c6c1f2c71dc602968f537e0536f3be0b25.zip |
iio: light: si1133: Drop remaining uses of %hhx format string.
Since:
commit cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of
unnecessary %h[xudi] and %hh[xudi]")
use of these format strings has been discouraged.
Use the 0x02x form as the length specifier when used with # includes
the 0x prefix and is very unlikely to be what was intended by the author.
As there are not that many in IIO, this is part of an effort to clear
them out so we don't have any instances that might get copied into
new drivers.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Maxime Roussin-BĂ©langer <maxime.roussinbelanger@gmail.com>
Cc: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20210603180612.3635250-3-jic23@kernel.org
Diffstat (limited to 'drivers/dax')
0 files changed, 0 insertions, 0 deletions