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

iio: adc: rockchip_saradc: Match alignment with open parenthesis

Match alignment with open parenthesis for improving the code
readability.

Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230603185340.13838-6-shreeya.patel@collabora.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Shreeya Patel and committed by
Jonathan Cameron
10bec68f 47902344

+2 -3
+2 -3
drivers/iio/adc/rockchip_saradc.c
··· 151 151 } 152 152 153 153 static int rockchip_saradc_conversion(struct rockchip_saradc *info, 154 - struct iio_chan_spec const *chan) 154 + struct iio_chan_spec const *chan) 155 155 { 156 156 reinit_completion(&info->completion); 157 157 ··· 394 394 } 395 395 396 396 static int rockchip_saradc_volt_notify(struct notifier_block *nb, 397 - unsigned long event, 398 - void *data) 397 + unsigned long event, void *data) 399 398 { 400 399 struct rockchip_saradc *info = 401 400 container_of(nb, struct rockchip_saradc, nb);