mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
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
This commit is contained in:
parent
c99303a2d2
commit
eb0e1ebb17
@ -47,9 +47,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* struct vic_device - VIC PM device
|
* struct vic_device - VIC PM device
|
||||||
* @parent_irq: The parent IRQ number of the VIC if cascaded, or 0.
|
|
||||||
* @irq: The IRQ number for the base of the VIC.
|
|
||||||
* @base: The register base for the VIC.
|
* @base: The register base for the VIC.
|
||||||
|
* @irq: The IRQ number for the base of the VIC.
|
||||||
* @valid_sources: A bitmask of valid interrupts
|
* @valid_sources: A bitmask of valid interrupts
|
||||||
* @resume_sources: A bitmask of interrupts for resume.
|
* @resume_sources: A bitmask of interrupts for resume.
|
||||||
* @resume_irqs: The IRQs enabled for resume.
|
* @resume_irqs: The IRQs enabled for resume.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user