Commit 10bec68f authored by Shreeya Patel's avatar Shreeya Patel Committed by Jonathan Cameron

iio: adc: rockchip_saradc: Match alignment with open parenthesis

Match alignment with open parenthesis for improving the code
readability.
Signed-off-by: default avatarShreeya Patel <shreeya.patel@collabora.com>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230603185340.13838-6-shreeya.patel@collabora.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 47902344
...@@ -151,7 +151,7 @@ static void rockchip_saradc_power_down(struct rockchip_saradc *info) ...@@ -151,7 +151,7 @@ static void rockchip_saradc_power_down(struct rockchip_saradc *info)
} }
static int rockchip_saradc_conversion(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); reinit_completion(&info->completion);
...@@ -394,8 +394,7 @@ static irqreturn_t rockchip_saradc_trigger_handler(int irq, void *p) ...@@ -394,8 +394,7 @@ static irqreturn_t rockchip_saradc_trigger_handler(int irq, void *p)
} }
static int rockchip_saradc_volt_notify(struct notifier_block *nb, static int rockchip_saradc_volt_notify(struct notifier_block *nb,
unsigned long event, unsigned long event, void *data)
void *data)
{ {
struct rockchip_saradc *info = struct rockchip_saradc *info =
container_of(nb, struct rockchip_saradc, nb); container_of(nb, struct rockchip_saradc, nb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment