Skip to content

Commit 70921ae

Browse files
Jonathan CorbetKAGA-KOKO
authored andcommitted
genirq: Fix the kerneldoc comment for struct irq_affinity_desc
A recent commit added a new field but did not update the kerneldoc comment, leading to this build warning: ./include/linux/interrupt.h:268: warning: Function parameter or member 'is_managed' not described in 'irq_affinity_desc' Add the missing information, making the docs build 0.001% quieter. Fixes: c410abb ("genirq/affinity: Add is_managed to struct irq_affinity_desc") Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Dou Liyang <douliyangs@gmail.com> Link: https://lkml.kernel.org/r/20190108170432.59bae8a6@lwn.net
1 parent bddda60 commit 70921ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/interrupt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ struct irq_affinity {
260260
/**
261261
* struct irq_affinity_desc - Interrupt affinity descriptor
262262
* @mask: cpumask to hold the affinity assignment
263+
* @is_managed: 1 if the interrupt is managed internally
263264
*/
264265
struct irq_affinity_desc {
265266
struct cpumask mask;

0 commit comments

Comments
 (0)