Skip to content

Commit

Permalink
isdn: Fix typo in callc.c and tei.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and David S. Miller committed Feb 13, 2012
1 parent 10ef9ab commit 67da820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/isdn/hisax/callc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ HiSax_command(isdn_ctrl * ic)
default:
if (csta->auxcmd)
return(csta->auxcmd(csta, ic));
printk(KERN_DEBUG "HiSax: invalid ioclt %d\n",
printk(KERN_DEBUG "HiSax: invalid ioctl %d\n",
(int) ic->arg);
return (-EINVAL);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/isdn/hisax/tei.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg)

if (st->l2.tei != -1) {
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);
return;
}
Expand Down

0 comments on commit 67da820

Please sign in to comment.