Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66385
b: refs/heads/master
c: 6d34b1c
h: refs/heads/master
i:
  66383: 4853973
v: v3
  • Loading branch information
Eric W. Biederman authored and David S. Miller committed Oct 10, 2007
1 parent d594149 commit 9d85430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b8d7ae42d02e483ad94035cca851e4f7fbecb40
refs/heads/master: 6d34b1c27a72d5d1c73c567b2f6b1fde316e0eae
1 change: 1 addition & 0 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3725,6 +3725,7 @@ struct net_device *alloc_netdev_mq(int sizeof_priv, const char *name,
dev = (struct net_device *)
(((long)p + NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST);
dev->padded = (char *)dev - (char *)p;
dev->nd_net = &init_net;

if (sizeof_priv) {
dev->priv = ((char *)dev +
Expand Down

0 comments on commit 9d85430

Please sign in to comment.