Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213908
b: refs/heads/master
c: c2368e7
h: refs/heads/master
v: v3
  • Loading branch information
Simon Horman authored and David S. Miller committed Aug 23, 2010
1 parent 6c2a76b commit df6286a
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: fcb12fd2236f49aa8fdc1568ed4ebdfe4fddc6b5
refs/heads/master: c2368e795cec561229ef66a04ac51629b918a9e8
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct sk_buff *br_handle_frame(struct sk_buff *skb)
const unsigned char *dest = eth_hdr(skb)->h_dest;
int (*rhook)(struct sk_buff *skb);

if (skb->pkt_type == PACKET_LOOPBACK)
if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
return skb;

if (!is_valid_ether_addr(eth_hdr(skb)->h_source))
Expand Down

0 comments on commit df6286a

Please sign in to comment.