projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef96a5
)
platform-msi: Fix typos in comment
author
Shaokun Zhang
<zhangshaokun@hisilicon.com>
Mon, 18 May 2020 03:00:59 +0000
(11:00 +0800)
committer
Marc Zyngier
<maz@kernel.org>
Mon, 18 May 2020 09:28:30 +0000
(10:28 +0100)
Fix up one typos @nev -> @nr_irqs.
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/1589770859-19340-1-git-send-email-zhangshaokun@hisilicon.com
drivers/base/platform-msi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/base/platform-msi.c
b/drivers/base/platform-msi.c
index 8da314b81eabbe904aefffdd95270b249d7cc5b7..c4a17e5edf8b4333b9e8df0977c3c450aaf9797e 100644
(file)
--- a/
drivers/base/platform-msi.c
+++ b/
drivers/base/platform-msi.c
@@
-387,7
+387,7
@@
void platform_msi_domain_free(struct irq_domain *domain, unsigned int virq,
*
* @domain: The platform-msi domain
* @virq: The base irq from which to perform the allocate operation
- * @n
vec:
How many interrupts to free from @virq
+ * @n
r_irqs:
How many interrupts to free from @virq
*
* Return 0 on success, or an error code on failure. Must be called
* with irq_domain_mutex held (which can only be done as part of a