diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-11 22:37:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-13 00:47:41 -0500 |
commit | 4807f643872fce66108346d9e406c6df119bf395 (patch) | |
tree | 203df9e85f2e7ac515af68ad272b48269da38e61 /drivers/isdn | |
parent | 73c2ae763af0eaa1794dda68c63f97c2905722a8 (diff) |
mISDN: Fix typo in dsp_core.c
Correct spelling "modul" to "module" in
drivers/isdn/mISDN/dsp_core.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/mISDN/dsp_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c index 0c41553ce684..742f9f49668c 100644 --- a/drivers/isdn/mISDN/dsp_core.c +++ b/drivers/isdn/mISDN/dsp_core.c | |||
@@ -1119,7 +1119,7 @@ static int __init dsp_init(void) | |||
1119 | int err; | 1119 | int err; |
1120 | int tics; | 1120 | int tics; |
1121 | 1121 | ||
1122 | printk(KERN_INFO "DSP modul %s\n", mISDN_dsp_revision); | 1122 | printk(KERN_INFO "DSP module %s\n", mISDN_dsp_revision); |
1123 | 1123 | ||
1124 | dsp_options = options; | 1124 | dsp_options = options; |
1125 | dsp_debug = debug; | 1125 | dsp_debug = debug; |