Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: amplifiers: ad8366: Use right order for type specification

This patch fixes the following checkpatch.pl warning:
WARNING: type 'char unsigned' should be specified in [[un]signed]
[short|int|long|long long] order

Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Roberta Dobrescu and committed by
Jonathan Cameron
ff6f4629 c5878d9d

+1 -1
+1 -1
drivers/iio/amplifiers/ad8366.c
··· 31 31 }; 32 32 33 33 static int ad8366_write(struct iio_dev *indio_dev, 34 - unsigned char ch_a, char unsigned ch_b) 34 + unsigned char ch_a, unsigned char ch_b) 35 35 { 36 36 struct ad8366_state *st = iio_priv(indio_dev); 37 37 int ret;