Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341702
b: refs/heads/master
c: 397ff16
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Mazur authored and David Woodhouse committed Nov 30, 2012
1 parent 0607887 commit 227f372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 071d93931a75dc1f82f0baa9959613af81c5a032
refs/heads/master: 397ff16dce53888ec693b3718640be2560204751
2 changes: 1 addition & 1 deletion trunk/net/atm/pppoatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static void pppoatm_push(struct atm_vcc *atmvcc, struct sk_buff *skb)
ppp_input_error(&pvcc->chan, 0);
}

static inline int pppoatm_may_send(struct pppoatm_vcc *pvcc, int size)
static int pppoatm_may_send(struct pppoatm_vcc *pvcc, int size)
{
/*
* It's not clear that we need to bother with using atm_may_send()
Expand Down

0 comments on commit 227f372

Please sign in to comment.