提交 67da8208 编写于 作者: M Masanari Iida 提交者: David S. Miller

isdn: Fix typo in callc.c and tei.c

Correct spelling "ioclt" to "ioctl" in
drivers/isdn/hisax/callc.c

Correct spelling "asigned" to "assigned" in
drivers/isdn/hisax/tei.c
Signed-off-by: NMasanari Iida <standby24x7@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 10ef9ab4
...@@ -1693,7 +1693,7 @@ HiSax_command(isdn_ctrl * ic) ...@@ -1693,7 +1693,7 @@ HiSax_command(isdn_ctrl * ic)
default: default:
if (csta->auxcmd) if (csta->auxcmd)
return(csta->auxcmd(csta, ic)); return(csta->auxcmd(csta, ic));
printk(KERN_DEBUG "HiSax: invalid ioclt %d\n", printk(KERN_DEBUG "HiSax: invalid ioctl %d\n",
(int) ic->arg); (int) ic->arg);
return (-EINVAL); return (-EINVAL);
} }
......
...@@ -130,7 +130,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg) ...@@ -130,7 +130,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg)
if (st->l2.tei != -1) { if (st->l2.tei != -1) {
st->ma.tei_m.printdebug(&st->ma.tei_m, st->ma.tei_m.printdebug(&st->ma.tei_m,
"assign request for already asigned tei %d", "assign request for already assigned tei %d",
st->l2.tei); st->l2.tei);
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册