Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135151
b: refs/heads/master
c: ff5e2b4
h: refs/heads/master
i:
  135149: 13cb9a2
  135147: 335b842
  135143: 77a80d9
  135135: f5f1464
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Mar 12, 2009
1 parent 0280fcf commit cd6fd38
Show file tree
Hide file tree
Showing 2 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: fc1ad92dfc4e363a055053746552cdb445ba5c57
refs/heads/master: ff5e2b4732b8386d8354da2cdf7c146487f51736
4 changes: 2 additions & 2 deletions trunk/drivers/net/wimax/i2400m/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ void i2400m_net_erx(struct i2400m *i2400m, struct sk_buff *skb,
struct device *dev = i2400m_dev(i2400m);
int protocol;

d_fnstart(2, dev, "(i2400m %p skb %p [%zu] cs %d)\n",
d_fnstart(2, dev, "(i2400m %p skb %p [%u] cs %d)\n",
i2400m, skb, skb->len, cs);
switch(cs) {
case I2400M_CS_IPV4_0:
Expand All @@ -545,7 +545,7 @@ void i2400m_net_erx(struct i2400m *i2400m, struct sk_buff *skb,
d_dump(4, dev, skb->data, skb->len);
netif_rx_ni(skb); /* see notes in function header */
error:
d_fnend(2, dev, "(i2400m %p skb %p [%zu] cs %d) = void\n",
d_fnend(2, dev, "(i2400m %p skb %p [%u] cs %d) = void\n",
i2400m, skb, skb->len, cs);
}

Expand Down

0 comments on commit cd6fd38

Please sign in to comment.