iio: Don't use bare "unsigned"
authorJoe Simmons-Talbott <joetalbott@gmail.com>
Fri, 24 Jun 2022 02:18:06 +0000 (22:18 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 1 Jul 2022 10:19:08 +0000 (11:19 +0100)
commitabeba59f93542f57b106e8d27927d36a5b02a822
treeba8eea641b3ad481414cc4e06189354d49111ce9
parent654f9661232aa5142f8a548179576482c892b69c
iio: Don't use bare "unsigned"

Use "unsigned int" rather than bare "unsigned". Reported by checkpatch.pl.

Signed-off-by: Joe Simmons-Talbott <joetalbott@gmail.com>
Link: https://lore.kernel.org/r/20220624021806.1010962-1-joetalbott@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/industrialio-buffer.c
drivers/iio/industrialio-core.c
drivers/iio/industrialio-sw-device.c
drivers/iio/industrialio-sw-trigger.c