Commit 67da8208bbf49c054ac478903c9e7dc44450cea0

Authored by Masanari Iida
Committed by David S. Miller
1 parent 10ef9ab432

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: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

drivers/isdn/hisax/callc.c
... ... @@ -1693,7 +1693,7 @@
1693 1693 default:
1694 1694 if (csta->auxcmd)
1695 1695 return(csta->auxcmd(csta, ic));
1696   - printk(KERN_DEBUG "HiSax: invalid ioclt %d\n",
  1696 + printk(KERN_DEBUG "HiSax: invalid ioctl %d\n",
1697 1697 (int) ic->arg);
1698 1698 return (-EINVAL);
1699 1699 }
drivers/isdn/hisax/tei.c
... ... @@ -130,7 +130,7 @@
130 130  
131 131 if (st->l2.tei != -1) {
132 132 st->ma.tei_m.printdebug(&st->ma.tei_m,
133   - "assign request for already asigned tei %d",
  133 + "assign request for already assigned tei %d",
134 134 st->l2.tei);
135 135 return;
136 136 }