2005-04-05 18:56:46

by Magnus Damm

[permalink] [raw]
Subject: [PATCH] opl3sa2: MODULE_PARM_DESC

opl3sa2: Fix "irq"-parameter name typo for parameter description.

Signed-off-by: Magnus Damm <[email protected]>

--- linux-2.6.12-rc2/sound/oss/opl3sa2.c 2005-04-05 16:57:30.000000000 +0200
+++ linux-2.6.12-rc2-autoparam/sound/oss/opl3sa2.c 2005-04-05 19:22:49.469074368 +0200
@@ -199,7 +199,7 @@
MODULE_PARM_DESC(mpu_io, "Set MIDI I/O base (0x330 or other. Address must be even and must be from 0x300 to 0x334)");

module_param(irq, int, 0);
-MODULE_PARM_DESC(mss_irq, "Set MSS (audio) IRQ (5, 7, 9, 10, 11, 12)");
+MODULE_PARM_DESC(irq, "Set MSS (audio) IRQ (5, 7, 9, 10, 11, 12)");

module_param(dma, int, 0);
MODULE_PARM_DESC(dma, "Set MSS (audio) first DMA channel (0, 1, 3)");