Re: [PATCH] staging: iio: adc: ad7192: Align with parenthesis

2020-03-03 Thread Ardelean, Alexandru
On Wed, 2020-03-04 at 00:09 +0530, Nishant Malpani wrote: > [External] > > This patch fixes the checkpatch.pl warning: > > CHECK: Alignment should match open parenthesis > +static void ad7192_get_available_filter_freq(struct ad7192_state *st, > +

[PATCH] staging: iio: adc: ad7192: Align with parenthesis

2020-03-03 Thread Nishant Malpani
This patch fixes the checkpatch.pl warning: CHECK: Alignment should match open parenthesis +static void ad7192_get_available_filter_freq(struct ad7192_state *st, + int *freq) Signed-off-by: Nishant Malpani --- drivers/staging/iio/adc/ad7192.c |