Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290092
b: refs/heads/master
c: 67da820
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and David S. Miller committed Feb 13, 2012
1 parent 9806981 commit 998dd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10ef9ab4329edd08bccc7a8d34b96b85714195ce
refs/heads/master: 67da8208bbf49c054ac478903c9e7dc44450cea0
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 998dd47

Please sign in to comment.