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

Staging: iio: ad9832: Replace 'unsigned' with 'unsigned int'

Replace 'unsigned' with 'unsigned int' to avoid checkpatch.pl warning.

Signed-off-by: Svetlana Orlik <sveta.orlik.code@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Svetlana Orlik and committed by
Greg Kroah-Hartman
a5948d91 094c0741

+1 -1
+1 -1
drivers/staging/iio/frequency/ad9832.c
··· 31 31 } 32 32 33 33 static int ad9832_write_frequency(struct ad9832_state *st, 34 - unsigned addr, unsigned long fout) 34 + unsigned int addr, unsigned long fout) 35 35 { 36 36 unsigned long regval; 37 37