Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;