Skip to content

Commit 02f6507

Browse files
claudiubezneaKAGA-KOKO
authored andcommitted
irqchip/renesas-rzg2l: Align struct member names to tabs
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
1 parent c90b5c4 commit 02f6507

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/irqchip/irq-renesas-rzg2l.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
#define TINT_EXTRACT_GPIOINT(x) FIELD_GET(GENMASK(31, 16), (x))
5858

5959
struct rzg2l_irqc_priv {
60-
void __iomem *base;
61-
struct irq_fwspec fwspec[IRQC_NUM_IRQ];
62-
raw_spinlock_t lock;
60+
void __iomem *base;
61+
struct irq_fwspec fwspec[IRQC_NUM_IRQ];
62+
raw_spinlock_t lock;
6363
};
6464

6565
static struct rzg2l_irqc_priv *irq_data_to_priv(struct irq_data *data)

0 commit comments

Comments
 (0)