From: Shreeya Patel Date: Sat, 3 Jun 2023 18:53:37 +0000 (+0530) Subject: iio: adc: rockchip_saradc: Match alignment with open parenthesis X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=10bec68f51ee1564fc2b6dcc25ccec22a01b22f9;p=linux.git iio: adc: rockchip_saradc: Match alignment with open parenthesis Match alignment with open parenthesis for improving the code readability. Signed-off-by: Shreeya Patel Reviewed-by: Andy Shevchenko Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20230603185340.13838-6-shreeya.patel@collabora.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c index 65ca71c31f25a..7883394fdbcac 100644 --- a/drivers/iio/adc/rockchip_saradc.c +++ b/drivers/iio/adc/rockchip_saradc.c @@ -151,7 +151,7 @@ static void rockchip_saradc_power_down(struct rockchip_saradc *info) } static int rockchip_saradc_conversion(struct rockchip_saradc *info, - struct iio_chan_spec const *chan) + struct iio_chan_spec const *chan) { reinit_completion(&info->completion); @@ -394,8 +394,7 @@ out: } static int rockchip_saradc_volt_notify(struct notifier_block *nb, - unsigned long event, - void *data) + unsigned long event, void *data) { struct rockchip_saradc *info = container_of(nb, struct rockchip_saradc, nb);