Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287709
b: refs/heads/master
c: 2371143
h: refs/heads/master
i:
  287707: 951ed03
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Feb 15, 2012
1 parent 69331b3 commit 54dff55
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 78a5249fc9dc0f8c70221751dc79b6d918e5ee9a
refs/heads/master: 237114384ab22c174ec4641e809f8e6cbcfce774
4 changes: 3 additions & 1 deletion trunk/drivers/net/veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,9 @@ static void veth_dellink(struct net_device *dev, struct list_head *head)
unregister_netdevice_queue(peer, head);
}

static const struct nla_policy veth_policy[VETH_INFO_MAX + 1];
static const struct nla_policy veth_policy[VETH_INFO_MAX + 1] = {
[VETH_INFO_PEER] = { .len = sizeof(struct ifinfomsg) },
};

static struct rtnl_link_ops veth_link_ops = {
.kind = DRV_NAME,
Expand Down

0 comments on commit 54dff55

Please sign in to comment.