Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sylvain 'ythier' Hitier and committed by
Linus Torvalds
401e000a 79c49681

+1 -1
+1 -1
include/linux/moduleparam.h
··· 457 457 hwparam_ioport, /* Module parameter configures an I/O port */ 458 458 hwparam_iomem, /* Module parameter configures an I/O mem address */ 459 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 461 hwparam_dma, /* Module parameter configures a DMA channel */ 462 462 hwparam_dma_addr, /* Module parameter configures a DMA buffer address */ 463 463 hwparam_other, /* Module parameter configures some other value */