irqchip/renesas-rzg2l: Align struct member names to tabs
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Mon, 20 Nov 2023 11:18:14 +0000 (13:18 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Dec 2023 14:40:41 +0000 (15:40 +0100)
Align struct member names to tabs to follow the requirements from
maintainer-tip file. 3 tabs were used at the moment as the next commits
will add a new member which requires 3 tabs for a better view.

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20231120111820.87398-4-claudiu.beznea.uj@bp.renesas.com
drivers/irqchip/irq-renesas-rzg2l.c

index cc42cbd05762a12095d93ab3bbf5b59401286159..90971ab06f0c3c79be385d152835178c53e8fd70 100644 (file)
@@ -57,9 +57,9 @@
 #define TINT_EXTRACT_GPIOINT(x)                FIELD_GET(GENMASK(31, 16), (x))
 
 struct rzg2l_irqc_priv {
-       void __iomem *base;
-       struct irq_fwspec fwspec[IRQC_NUM_IRQ];
-       raw_spinlock_t lock;
+       void __iomem                    *base;
+       struct irq_fwspec               fwspec[IRQC_NUM_IRQ];
+       raw_spinlock_t                  lock;
 };
 
 static struct rzg2l_irqc_priv *irq_data_to_priv(struct irq_data *data)