]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Fix the kerneldoc comment for struct irq_affinity_desc
authorJonathan Corbet <corbet@lwn.net>
Wed, 9 Jan 2019 00:04:32 +0000 (17:04 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 17 Jan 2019 23:18:45 +0000 (00:18 +0100)
commit950000b6d0606081167139e455adac9d0bf48295
treead93d00ec67de2494c2ef158705e1405a4900bc4
parent88d3f004f47bc7b00345630772cbab792e937b60
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: cea28fbe4d12 ("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
include/linux/interrupt.h