Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368163
b: refs/heads/master
c: 2ea4659
h: refs/heads/master
i:
  368161: ab728f3
  368159: 7899928
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Mar 9, 2013
1 parent 378b64b commit 0006c45
Show file tree
Hide file tree
Showing 2 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: baec126cf6a864e0191cf51ac1940f3c4c211617
refs/heads/master: 2ea46599436d4efdd48b626b08ee2113f06bf3a1
6 changes: 3 additions & 3 deletions trunk/drivers/net/team/team.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,9 @@ static bool team_dummy_transmit(struct team *team, struct sk_buff *skb)
return false;
}

rx_handler_result_t team_dummy_receive(struct team *team,
struct team_port *port,
struct sk_buff *skb)
static rx_handler_result_t team_dummy_receive(struct team *team,
struct team_port *port,
struct sk_buff *skb)
{
return RX_HANDLER_ANOTHER;
}
Expand Down

0 comments on commit 0006c45

Please sign in to comment.