]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
moduleparam: fix doc: hwparam_irq configures an IRQ
authorSylvain 'ythier' Hitier <sylvain.hitier@gmail.com>
Sun, 2 Jul 2017 13:21:56 +0000 (15:21 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Jul 2017 22:37:23 +0000 (15:37 -0700)
Signed-off-by: Sylvain 'ythier' Hitier <sylvain.hitier@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/moduleparam.h

index 6be1949ebcdff2dd2dcb5270618c7a56a42fdc40..1ee7b30dafecdb27067a2e83fa0bbaccad96e8d9 100644 (file)
@@ -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 */