1
0
Fork 0

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>
hifive-unleashed-5.1
Masanari Iida 2012-02-12 03:37:06 +00:00 committed by David S. Miller
parent 73c2ae763a
commit 4807f64387
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ static int __init dsp_init(void)
int err;
int tics;
printk(KERN_INFO "DSP modul %s\n", mISDN_dsp_revision);
printk(KERN_INFO "DSP module %s\n", mISDN_dsp_revision);
dsp_options = options;
dsp_debug = debug;