Skip to content

Commit

Permalink
mISDN: Fix typo in dsp_core.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and David S. Miller committed Feb 13, 2012
1 parent 73c2ae7 commit 4807f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/isdn/mISDN/dsp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4807f64

Please sign in to comment.