Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 401e000a authored by Sylvain 'ythier' Hitier's avatar Sylvain 'ythier' Hitier Committed by Linus Torvalds
Browse files

moduleparam: fix doc: hwparam_irq configures an IRQ

parent 79c49681
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */