Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22330
b: refs/heads/master
c: b3e83d6
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Mar 21, 2006
1 parent 966518c commit 9d83ccb
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: 3400112794724d9bdc3de6e1ce1475b726e6ca7d
refs/heads/master: b3e83d6d187664be56a1591ccfa99124b88f0582
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static int br_handle_local_finish(struct sk_buff *skb)
/* Does address match the link local multicast address.
* 01:80:c2:00:00:0X
*/
static inline int is_link_local(const const unsigned char *dest)
static inline int is_link_local(const unsigned char *dest)
{
return memcmp(dest, br_group_address, 5) == 0 && (dest[5] & 0xf0) == 0;
}
Expand Down

0 comments on commit 9d83ccb

Please sign in to comment.