Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193991
b: refs/heads/master
c: 18e225f
h: refs/heads/master
i:
  193989: fcd0eff
  193987: bc845a1
  193983: e3827b4
v: v3
  • Loading branch information
Pavel Roskin authored and David S. Miller committed Apr 7, 2010
1 parent 42b2a20 commit 65c7b41
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: 8e4795605d1e1b39113818ad7c147b8a867a1f6a
refs/heads/master: 18e225f257663c59ff9d4482f07ffd06361fc2ec
2 changes: 1 addition & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ struct netdev_hw_addr_list {

#define netdev_mc_count(dev) netdev_hw_addr_list_count(&(dev)->mc)
#define netdev_mc_empty(dev) netdev_hw_addr_list_empty(&(dev)->mc)
#define netdev_for_each_mc_addr(mclist, dev) \
#define netdev_for_each_mc_addr(ha, dev) \
netdev_hw_addr_list_for_each(ha, &(dev)->mc)

struct hh_cache {
Expand Down

0 comments on commit 65c7b41

Please sign in to comment.