Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87217
b: refs/heads/master
c: d4f7751
h: refs/heads/master
i:
  87215: c1fe1f7
v: v3
  • Loading branch information
Harvey Harrison authored and David S. Miller committed Mar 6, 2008
1 parent 20d10f0 commit 71865cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 4eb329a5aa113048ec9dbe2bd81ca27adab04e2d
refs/heads/master: d4f7751495747b0e857b2c302e37fe515cd03ef5
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/i4l/isdn_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,13 +981,13 @@ isdn_readbchan_tty(int di, int channel, struct tty_struct *tty, int cisco_hack)
}


static __inline int
static inline int
isdn_minor2drv(int minor)
{
return (dev->drvmap[minor]);
}

static __inline int
static inline int
isdn_minor2chan(int minor)
{
return (dev->chanmap[minor]);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/i4l/isdn_v110.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static unsigned char V110_OffMatrix_38400[] =
* and to 67452301 when keylen = 2. This is necessary because ordering on
* the isdn line is the other way.
*/
static __inline unsigned char
static inline unsigned char
FlipBits(unsigned char c, int keylen)
{
unsigned char b = c;
Expand Down

0 comments on commit 71865cc

Please sign in to comment.