All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irq/irqdomain: __irq_domain_alloc_fwnode comment
@ 2019-10-19  9:07 Yi Wang
  2019-11-04 23:50 ` [tip: irq/urgent] irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation tip-bot2 for Yi Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Wang @ 2019-10-19  9:07 UTC (permalink / raw)
  To: maz; +Cc: tglx, linux-kernel, xue.zhihong, wang.yi59, up2wing, wang.liang82

Commit b977fcf477c1 ("irqdomain/debugfs: Use PAs to generate fwnode names")
changed the parameter of __irq_domain_alloc_fwnode(), but didn't
change the comment meanwhile.

This patch can fix this.

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
---
 kernel/irq/irqdomain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 132672b..dd822fd 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -51,7 +51,7 @@ static inline void debugfs_remove_domain_dir(struct irq_domain *d) { }
  * @type:	Type of irqchip_fwnode. See linux/irqdomain.h
  * @name:	Optional user provided domain name
  * @id:		Optional user provided id if name != NULL
- * @data:	Optional user-provided data
+ * @pa:		Optional user-provided physical address
  *
  * Allocate a struct irqchip_fwid, and return a poiner to the embedded
  * fwnode_handle (or NULL on failure).
-- 
1.8.3.1


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

* [tip: irq/urgent] irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation
  2019-10-19  9:07 [PATCH] irq/irqdomain: __irq_domain_alloc_fwnode comment Yi Wang
@ 2019-11-04 23:50 ` tip-bot2 for Yi Wang
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Yi Wang @ 2019-11-04 23:50 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Yi Wang, Thomas Gleixner, Ingo Molnar, Borislav Petkov, linux-kernel

The following commit has been merged into the irq/urgent branch of tip:

Commit-ID:     0ed9ca25894ef673d0259e4bd312d5fa1b9a6591
Gitweb:        https://git.kernel.org/tip/0ed9ca25894ef673d0259e4bd312d5fa1b9a6591
Author:        Yi Wang <wang.yi59@zte.com.cn>
AuthorDate:    Sat, 19 Oct 2019 17:07:27 +08:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Tue, 05 Nov 2019 00:48:26 +01:00

irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation

A recent commit changed a parameter of __irq_domain_alloc_fwnode(), but
did not update the documentation comment. Fix it up.

Fixes: b977fcf477c1 ("irqdomain/debugfs: Use PAs to generate fwnode names")
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1571476047-29463-1-git-send-email-wang.yi59@zte.com.cn

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

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 132672b..dd822fd 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -51,7 +51,7 @@ EXPORT_SYMBOL_GPL(irqchip_fwnode_ops);
  * @type:	Type of irqchip_fwnode. See linux/irqdomain.h
  * @name:	Optional user provided domain name
  * @id:		Optional user provided id if name != NULL
- * @data:	Optional user-provided data
+ * @pa:		Optional user-provided physical address
  *
  * Allocate a struct irqchip_fwid, and return a poiner to the embedded
  * fwnode_handle (or NULL on failure).

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

end of thread, other threads:[~2019-11-04 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-19  9:07 [PATCH] irq/irqdomain: __irq_domain_alloc_fwnode comment Yi Wang
2019-11-04 23:50 ` [tip: irq/urgent] irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation tip-bot2 for Yi Wang

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.