mirror of
https://github.com/torvalds/linux.git
synced 2025-11-04 10:40:15 +02:00
irqdomain.c's kernel-doc exists, but is not plugged into Documentation/
yet.
Before plugging it in, fix it first: irq_domain_get_irq_data() and
irq_domain_set_info() were documented twice. Identically, by both
definitions for CONFIG_IRQ_DOMAIN_HIERARCHY and !CONFIG_IRQ_DOMAIN_HIERARCHY.
Therefore, switch the second kernel-doc into an ordinary comment -- change
"/**" to simple "/*". This avoids sphinx's: WARNING: Duplicate C
declaration
Next, in commit
|
||
|---|---|---|
| .. | ||
| concepts.rst | ||
| index.rst | ||
| irq-affinity.rst | ||
| irq-domain.rst | ||
| irqflags-tracing.rst | ||