OSDN Git Service

iio: chemical: sgp30: Drop use of %hx in format string.
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 May 2021 12:55:54 +0000 (13:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 3 Jun 2021 17:24:13 +0000 (18:24 +0100)
commit38e9d5caeedb58b5bfdf66567b534698aeb432bc
tree6846480a005db0376fe95d4fc3f96ed508486013
parente1c5d708bfe0e4bc1a5ce3bded023c1908ec2e19
iio: chemical: sgp30: Drop use of %hx in 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.

As there are only a few such uses in IIO, lets clear them all out and
avoid chance of them getting copied into new drivers.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Andreas Brauchli <andreas.brauchli@sensirion.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20210517125554.1463156-5-jic23@kernel.org
drivers/iio/chemical/sgp30.c