diff options
author | Sylvain 'ythier' Hitier <sylvain.hitier@gmail.com> | 2017-07-02 09:21:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-02 18:37:23 -0400 |
commit | 401e000ab90d7b81d8ea0735e3ff909548754876 (patch) | |
tree | bc7eae657403c34bd4b13c84d769cc7e650745c7 | |
parent | 79c496816963aa0561868b43c2c950dfeb282639 (diff) |
moduleparam: fix doc: hwparam_irq configures an IRQ
Signed-off-by: Sylvain 'ythier' Hitier <sylvain.hitier@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/moduleparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index 6be1949ebcdf..1ee7b30dafec 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h | |||
@@ -457,7 +457,7 @@ enum hwparam_type { | |||
457 | hwparam_ioport, /* Module parameter configures an I/O port */ | 457 | hwparam_ioport, /* Module parameter configures an I/O port */ |
458 | hwparam_iomem, /* Module parameter configures an I/O mem address */ | 458 | hwparam_iomem, /* Module parameter configures an I/O mem address */ |
459 | hwparam_ioport_or_iomem, /* Module parameter could be either, depending on other option */ | 459 | hwparam_ioport_or_iomem, /* Module parameter could be either, depending on other option */ |
460 | hwparam_irq, /* Module parameter configures an I/O port */ | 460 | hwparam_irq, /* Module parameter configures an IRQ */ |
461 | hwparam_dma, /* Module parameter configures a DMA channel */ | 461 | hwparam_dma, /* Module parameter configures a DMA channel */ |
462 | hwparam_dma_addr, /* Module parameter configures a DMA buffer address */ | 462 | hwparam_dma_addr, /* Module parameter configures a DMA buffer address */ |
463 | hwparam_other, /* Module parameter configures some other value */ | 463 | hwparam_other, /* Module parameter configures some other value */ |