iio: Use parens with sizeof
authorJoe Simmons-Talbott <joetalbott@gmail.com>
Sun, 17 Jul 2022 15:34:38 +0000 (11:34 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 18 Jul 2022 17:29:29 +0000 (18:29 +0100)
commitef7ceceeb1fbffff75999ae10f8b7cb4b256a236
tree4528fed0bd3778887b842426a1587470afa0e1cb
parent3ccb25240012ea0e975e24a199bb1ee9643be743
iio: Use parens with sizeof

Prefer 'sizeof(var)' over 'sizeof var' as reported by checkpatch.pl.

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