diff options
author | Magnus Damm <damm@opensource.se> | 2005-04-16 18:25:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:25:55 -0400 |
commit | d390493b11e1fc790e3840ed191a0f88e3a54ba7 (patch) | |
tree | 04861c588bfc731d0e490f6b6719af80b22913f1 /sound | |
parent | dae409a27788774adb810f7cdb771ba7cce7af8a (diff) |
[PATCH] opl3sa2: MODULE_PARM_DESC
opl3sa2: Fix "irq"-parameter name typo for parameter description.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/opl3sa2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/opl3sa2.c b/sound/oss/opl3sa2.c index 7b4996e71576..2efbd865109b 100644 --- a/sound/oss/opl3sa2.c +++ b/sound/oss/opl3sa2.c | |||
@@ -199,7 +199,7 @@ module_param(mpu_io, int, 0); | |||
199 | MODULE_PARM_DESC(mpu_io, "Set MIDI I/O base (0x330 or other. Address must be even and must be from 0x300 to 0x334)"); | 199 | MODULE_PARM_DESC(mpu_io, "Set MIDI I/O base (0x330 or other. Address must be even and must be from 0x300 to 0x334)"); |
200 | 200 | ||
201 | module_param(irq, int, 0); | 201 | module_param(irq, int, 0); |
202 | MODULE_PARM_DESC(mss_irq, "Set MSS (audio) IRQ (5, 7, 9, 10, 11, 12)"); | 202 | MODULE_PARM_DESC(irq, "Set MSS (audio) IRQ (5, 7, 9, 10, 11, 12)"); |
203 | 203 | ||
204 | module_param(dma, int, 0); | 204 | module_param(dma, int, 0); |
205 | MODULE_PARM_DESC(dma, "Set MSS (audio) first DMA channel (0, 1, 3)"); | 205 | MODULE_PARM_DESC(dma, "Set MSS (audio) first DMA channel (0, 1, 3)"); |