All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] genirq: fix the kerneldoc comment for struct irq_affinity_desc
@ 2019-01-09  0:04 Jonathan Corbet
  2019-01-15 16:12 ` [tip:irq/urgent] genirq: Fix " tip-bot for Jonathan Corbet
  2019-01-17 23:21 ` tip-bot for Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Corbet @ 2019-01-09  0:04 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Ingo Molnar, LKML, Dou Liyang

Commit c410abbbacb9 ("genirq/affinity: Add is_managed to struct
irq_affinity_desc") 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.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 include/linux/interrupt.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index c672f34235e7..4a728dba02e2 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -260,6 +260,7 @@ struct irq_affinity {
 /**
  * struct irq_affinity_desc - Interrupt affinity descriptor
  * @mask:	cpumask to hold the affinity assignment
+ * @is_managed: 1 if the interrupt is managed internally
  */
 struct irq_affinity_desc {
 	struct cpumask	mask;
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tip:irq/urgent] genirq: Fix the kerneldoc comment for struct irq_affinity_desc
  2019-01-09  0:04 [PATCH] genirq: fix the kerneldoc comment for struct irq_affinity_desc Jonathan Corbet
@ 2019-01-15 16:12 ` tip-bot for Jonathan Corbet
  2019-01-17 23:21 ` tip-bot for Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Jonathan Corbet @ 2019-01-15 16:12 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, corbet, mingo, douliyangs, tglx

Commit-ID:  f0ca26ca4f36dc781cc50c15ca63a5cf02d720dc
Gitweb:     https://git.kernel.org/tip/f0ca26ca4f36dc781cc50c15ca63a5cf02d720dc
Author:     Jonathan Corbet <corbet@lwn.net>
AuthorDate: Tue, 8 Jan 2019 17:04:32 -0700
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 15 Jan 2019 17:09:33 +0100

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: Commit c410abbbacb9 ("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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index c672f34235e7..4a728dba02e2 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -260,6 +260,7 @@ struct irq_affinity {
 /**
  * struct irq_affinity_desc - Interrupt affinity descriptor
  * @mask:	cpumask to hold the affinity assignment
+ * @is_managed: 1 if the interrupt is managed internally
  */
 struct irq_affinity_desc {
 	struct cpumask	mask;

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tip:irq/urgent] genirq: Fix the kerneldoc comment for struct irq_affinity_desc
  2019-01-09  0:04 [PATCH] genirq: fix the kerneldoc comment for struct irq_affinity_desc Jonathan Corbet
  2019-01-15 16:12 ` [tip:irq/urgent] genirq: Fix " tip-bot for Jonathan Corbet
@ 2019-01-17 23:21 ` tip-bot for Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Jonathan Corbet @ 2019-01-17 23:21 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: mingo, tglx, corbet, hpa, douliyangs, linux-kernel

Commit-ID:  70921ae25f944423f0abf096f73455c586da0652
Gitweb:     https://git.kernel.org/tip/70921ae25f944423f0abf096f73455c586da0652
Author:     Jonathan Corbet <corbet@lwn.net>
AuthorDate: Tue, 8 Jan 2019 17:04:32 -0700
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Fri, 18 Jan 2019 00:18:45 +0100

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: c410abbbacb9 ("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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index c672f34235e7..4a728dba02e2 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -260,6 +260,7 @@ struct irq_affinity {
 /**
  * struct irq_affinity_desc - Interrupt affinity descriptor
  * @mask:	cpumask to hold the affinity assignment
+ * @is_managed: 1 if the interrupt is managed internally
  */
 struct irq_affinity_desc {
 	struct cpumask	mask;

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-17 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09  0:04 [PATCH] genirq: fix the kerneldoc comment for struct irq_affinity_desc Jonathan Corbet
2019-01-15 16:12 ` [tip:irq/urgent] genirq: Fix " tip-bot for Jonathan Corbet
2019-01-17 23:21 ` tip-bot for Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.