diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-09 23:48:00 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-13 00:47:40 -0500 |
commit | 67da8208bbf49c054ac478903c9e7dc44450cea0 (patch) | |
tree | db00db3100442df62d7957d4b1ad9b3a2bdeb758 /drivers/isdn | |
parent | 10ef9ab4329edd08bccc7a8d34b96b85714195ce (diff) |
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>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hisax/callc.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hisax/tei.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/hisax/callc.c b/drivers/isdn/hisax/callc.c index c4897e1075d8..9ae92b41660f 100644 --- a/drivers/isdn/hisax/callc.c +++ b/drivers/isdn/hisax/callc.c | |||
@@ -1693,7 +1693,7 @@ HiSax_command(isdn_ctrl * ic) | |||
1693 | default: | 1693 | default: |
1694 | if (csta->auxcmd) | 1694 | if (csta->auxcmd) |
1695 | return(csta->auxcmd(csta, ic)); | 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 | (int) ic->arg); | 1697 | (int) ic->arg); |
1698 | return (-EINVAL); | 1698 | return (-EINVAL); |
1699 | } | 1699 | } |
diff --git a/drivers/isdn/hisax/tei.c b/drivers/isdn/hisax/tei.c index 842f9c9e875d..9b6db9c92cd8 100644 --- a/drivers/isdn/hisax/tei.c +++ b/drivers/isdn/hisax/tei.c | |||
@@ -130,7 +130,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg) | |||
130 | 130 | ||
131 | if (st->l2.tei != -1) { | 131 | if (st->l2.tei != -1) { |
132 | st->ma.tei_m.printdebug(&st->ma.tei_m, | 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 | st->l2.tei); | 134 | st->l2.tei); |
135 | return; | 135 | return; |
136 | } | 136 | } |