Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

irqchip/vic: Fix a kernel-doc warning

Drop one extraneous struct member to quieten a warning:

drivers/irqchip/irq-vic.c:73: warning: Excess struct member 'parent_irq' description in 'vic_device'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240221064104.7863-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Thomas Gleixner
eb0e1ebb c99303a2

+1 -2
+1 -2
drivers/irqchip/irq-vic.c
··· 47 47 48 48 /** 49 49 * struct vic_device - VIC PM device 50 - * @parent_irq: The parent IRQ number of the VIC if cascaded, or 0. 51 - * @irq: The IRQ number for the base of the VIC. 52 50 * @base: The register base for the VIC. 51 + * @irq: The IRQ number for the base of the VIC. 53 52 * @valid_sources: A bitmask of valid interrupts 54 53 * @resume_sources: A bitmask of interrupts for resume. 55 54 * @resume_irqs: The IRQs enabled for resume.