Re: [PATCH 20/44] staging: mfd: hi6421-spmi-pmic: fix some coding style issues

From: Joe Perches
Date: Wed Aug 12 2020 - 12:13:01 EST


On Wed, 2020-08-12 at 17:56 +0200, Mauro Carvalho Chehab wrote:
> Checkpatch complains about some minor issues inside this
> driver that were not addressed by the previous patch.
>
> Address them.
[]
> diff --git a/include/linux/mfd/hi6421-spmi-pmic.h b/include/linux/mfd/hi6421-spmi-pmic.h
[]
> @@ -38,7 +38,8 @@ struct hi6421_spmi_pmic {
> unsigned int *irqs;
> int irqnum;
> int irqarray;
> - struct hi6421_spmi_irq_mask_info irq_mask_addr;
> +
> + struct hi6421_spmi_irq_mask_info irq_mask_addr;
> struct hi6421_spmi_irq_info irq_addr;
> };

Was adding a blank line one of checkpatch complaints?
I doubt it.