lkml.org 
[lkml]   [2005]   [Apr]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch 142/198] opl3sa2: MODULE_PARM_DESC
From
Date

From: Magnus Damm <damm@opensource.se>

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>
---

25-akpm/sound/oss/opl3sa2.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN sound/oss/opl3sa2.c~opl3sa2-module_parm_desc sound/oss/opl3sa2.c
--- 25/sound/oss/opl3sa2.c~opl3sa2-module_parm_desc 2005-04-12 03:21:37.571425176 -0700
+++ 25-akpm/sound/oss/opl3sa2.c 2005-04-12 03:21:37.575424568 -0700
@@ -199,7 +199,7 @@ module_param(mpu_io, int, 0);
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)");
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-04-12 16:14    [W:0.018 / U:1.752 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site