Skip to content

Commit b94f455

Browse files
claudiubezneaKAGA-KOKO
authored andcommitted
irqchip/renesas-rzg2l: Document structure members
Document structure members to follow the requirements specified in maintainer-tip, section 4.3.7. Struct declarations and initializers. 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-5-claudiu.beznea.uj@bp.renesas.com
1 parent 02f6507 commit b94f455

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/irqchip/irq-renesas-rzg2l.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
#define TINT_EXTRACT_HWIRQ(x) FIELD_GET(GENMASK(15, 0), (x))
5757
#define TINT_EXTRACT_GPIOINT(x) FIELD_GET(GENMASK(31, 16), (x))
5858

59+
/**
60+
* struct rzg2l_irqc_priv - IRQ controller private data structure
61+
* @base: Controller's base address
62+
* @fwspec: IRQ firmware specific data
63+
* @lock: Lock to serialize access to hardware registers
64+
*/
5965
struct rzg2l_irqc_priv {
6066
void __iomem *base;
6167
struct irq_fwspec fwspec[IRQC_NUM_IRQ];

0 commit comments

Comments
 (0)