Skip to content

Commit

Permalink
moduleparam: fix doc: hwparam_irq configures an IRQ
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain 'ythier' Hitier <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Sylvain 'ythier' Hitier authored and torvalds committed Jul 2, 2017
1 parent 79c4968 commit 401e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/moduleparam.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 401e000

Please sign in to comment.