mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
irqchip/renesas-rzg2l: Align struct member names to tabs
[ Upstream commit 02f6507640173addeeb3af035d2c6f0b3cff1567 ] 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 Stable-dep-of: d038109ac1c6 ("irqchip/renesas-rzg2l: Fix missing put_device") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
533d2f30ae
commit
57419aaead
@@ -56,9 +56,9 @@
|
|||||||
#define TINT_EXTRACT_GPIOINT(x) FIELD_GET(GENMASK(31, 16), (x))
|
#define TINT_EXTRACT_GPIOINT(x) FIELD_GET(GENMASK(31, 16), (x))
|
||||||
|
|
||||||
struct rzg2l_irqc_priv {
|
struct rzg2l_irqc_priv {
|
||||||
void __iomem *base;
|
void __iomem *base;
|
||||||
struct irq_fwspec fwspec[IRQC_NUM_IRQ];
|
struct irq_fwspec fwspec[IRQC_NUM_IRQ];
|
||||||
raw_spinlock_t lock;
|
raw_spinlock_t lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct rzg2l_irqc_priv *irq_data_to_priv(struct irq_data *data)
|
static struct rzg2l_irqc_priv *irq_data_to_priv(struct irq_data *data)
|
||||||
|
|||||||
Reference in New Issue
Block a user