| Submitter | Masanari Iida |
|---|---|
| Date | Feb. 12, 2012, 1:37 p.m. |
| Message ID | <1329053826-1635-1-git-send-email-standby24x7@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/140810/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Masanari Iida <standby24x7@gmail.com> Date: Sun, 12 Feb 2012 22:37:06 +0900 > Correct spelling "modul" to "module" in > drivers/isdn/mISDN/dsp_core.c > > Signed-off-by: Masanari Iida <standby24x7@gmail.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c index 0c41553..742f9f4 100644 --- a/drivers/isdn/mISDN/dsp_core.c +++ b/drivers/isdn/mISDN/dsp_core.c @@ -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;
Correct spelling "modul" to "module" in drivers/isdn/mISDN/dsp_core.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> --- drivers/isdn/mISDN/dsp_core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)