]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
iio: accel: mma8452: Fix code style warning for unsigned int declarations
authorHarinath Nampally <harinath922@gmail.com>
Sat, 23 Sep 2017 20:56:30 +0000 (16:56 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 24 Sep 2017 13:11:47 +0000 (14:11 +0100)
commitf8b7b30fb43a278693d1bf8f195d2864e7cc466e
treefeb6eebacf358c142a098beb35eb0ff6a2108f45
parentcd327b0047698950d9a8285de8cf9587bca59b00
iio: accel: mma8452: Fix code style warning for unsigned int declarations

Replace 'unsigned' with 'unsigned int'
to improve code readability.

Issue found by checkpatch.

Signed-off-by: Harinath Nampally <harinath922@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/mma8452.c