]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06a3bf5b85dd8b5dc400117ed6eb170316a61141
treeba8eea641b3ad481414cc4e06189354d49111ce9
parent8e06dd064c81e1502179fabd0e3e9d8c8b0e0b1d
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