mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
79c4968169
commit
401e000ab9
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user