Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1331
b: refs/heads/master
c: 205902e
h: refs/heads/master
i:
  1329: 65e0946
  1327: 0e38568
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed May 23, 2005
1 parent dbab70d commit 6154f2e
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: d8659255c599ba497bcfb8b4abc187d9e0951d99
refs/heads/master: 205902ecc7bcb2a007ed27bb3518e8f70e5d113e
2 changes: 1 addition & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ static inline void *netdev_priv(struct net_device *dev)
#define SET_NETDEV_DEV(net, pdev) ((net)->class_dev.dev = (pdev))

struct packet_type {
unsigned short type; /* This is really htons(ether_type). */
__be16 type; /* This is really htons(ether_type). */
struct net_device *dev; /* NULL is wildcarded here */
int (*func) (struct sk_buff *, struct net_device *,
struct packet_type *);
Expand Down

0 comments on commit 6154f2e

Please sign in to comment.