Commit 4807f643 authored by Masanari Iida's avatar Masanari Iida Committed by David S. Miller

mISDN: Fix typo in dsp_core.c

Correct spelling "modul" to "module" in
drivers/isdn/mISDN/dsp_core.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 73c2ae76
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment