Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135136
b: refs/heads/master
c: a220547
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Mar 10, 2009
1 parent f5f1464 commit 6a9f4f9
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: 7546dd97d27306d939c13e03318aae695badaa88
refs/heads/master: a2205472c3017bfe97b6cb6f5acd6ca141a97eda
2 changes: 1 addition & 1 deletion trunk/net/core/net-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ int netdev_register_kobject(struct net_device *net)
dev->groups = groups;

BUILD_BUG_ON(BUS_ID_SIZE < IFNAMSIZ);
dev_set_name(dev, net->name);
dev_set_name(dev, "%s", net->name);

#ifdef CONFIG_SYSFS
*groups++ = &netstat_group;
Expand Down

0 comments on commit 6a9f4f9

Please sign in to comment.