forked from Minki/linux
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>
This commit is contained in:
parent
73c2ae763a
commit
4807f64387
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user