All of lore.kernel.org
 help / color / mirror / Atom feed
* + genirq-fix-warning-while-make-xmldocs-caused-by-chipc.patch added to -mm tree
@ 2015-07-29 20:31 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-07-29 20:31 UTC (permalink / raw)
  To: standby24x7, mm-commits


The patch titled
     Subject: kernel/irq/chip.c: fix warning while make xmldocs caused by chip.c
has been added to the -mm tree.  Its filename is
     genirq-fix-warning-while-make-xmldocs-caused-by-chipc.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/genirq-fix-warning-while-make-xmldocs-caused-by-chipc.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/genirq-fix-warning-while-make-xmldocs-caused-by-chipc.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Masanari Iida <standby24x7@gmail.com>
Subject: kernel/irq/chip.c: fix warning while make xmldocs caused by chip.c

This patch fix following warning while make xmldocs.

Warning(.//kernel/irq/chip.c:1009): No description found for parameter 'vcpu_info'
Warning(.//kernel/irq/chip.c:1009): Excess function parameter 'dest' description in 'irq_chip_set_vcpu_affinity_parent'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/irq/chip.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/irq/chip.c~genirq-fix-warning-while-make-xmldocs-caused-by-chipc kernel/irq/chip.c
--- a/kernel/irq/chip.c~genirq-fix-warning-while-make-xmldocs-caused-by-chipc
+++ a/kernel/irq/chip.c
@@ -1003,7 +1003,7 @@ int irq_chip_retrigger_hierarchy(struct
 /**
  * irq_chip_set_vcpu_affinity_parent - Set vcpu affinity on the parent interrupt
  * @data:	Pointer to interrupt specific data
- * @dest:	The vcpu affinity information
+ * @vcpu_info:	The vcpu affinity information
  */
 int irq_chip_set_vcpu_affinity_parent(struct irq_data *data, void *vcpu_info)
 {
_

Patches currently in -mm which might be from standby24x7@gmail.com are

genirq-fix-warning-while-make-xmldocs-caused-by-chipc.patch
linux-next.patch
namei-fix-warning-while-make-xmldocs-caused-by-nameic.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-29 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29 20:31 + genirq-fix-warning-while-make-xmldocs-caused-by-chipc.patch added to -mm tree akpm

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.