* [PATCH v2] moduleparam: fix doc: hwparam_irq configures an IRQ
@ 2017-06-30 1:24 Sylvain 'ythier' Hitier
0 siblings, 0 replies; only message in thread
From: Sylvain 'ythier' Hitier @ 2017-06-30 1:24 UTC (permalink / raw)
To: linux-kernel; +Cc: trivial, David Howells
v2: Add Cc in commit message
Signed-off-by: Sylvain 'ythier' Hitier <sylvain.hitier@gmail.com>
Cc: trivial@kernel.org
---
include/linux/moduleparam.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h
index 6be1949..1ee7b30 100644
--- a/include/linux/moduleparam.h
+++ b/include/linux/moduleparam.h
@@ -457,7 +457,7 @@ enum hwparam_type {
hwparam_ioport, /* Module parameter configures an I/O port */
hwparam_iomem, /* Module parameter configures an I/O mem address */
hwparam_ioport_or_iomem, /* Module parameter could be either, depending on other option */
- hwparam_irq, /* Module parameter configures an I/O port */
+ hwparam_irq, /* Module parameter configures an IRQ */
hwparam_dma, /* Module parameter configures a DMA channel */
hwparam_dma_addr, /* Module parameter configures a DMA buffer address */
hwparam_other, /* Module parameter configures some other value */
--
1.7.10.4
Regards,
Sylvain "ythier" HITIER
--
Business is about being busy, not being rich...
Lived 777 days in a Debian package => http://en.wikipedia.org/wiki/Apt,_Vaucluse
There's THE room for ideals in this mechanical place!
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-30 1:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-30 1:24 [PATCH v2] moduleparam: fix doc: hwparam_irq configures an IRQ Sylvain 'ythier' Hitier
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.