Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252269
b: refs/heads/master
c: da7c06c
h: refs/heads/master
i:
  252267: 9bf2f50
v: v3
  • Loading branch information
Justin Mattock authored and David S. Miller committed May 26, 2011
1 parent 91be5bf commit 40d9ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 240b26284ac84f06ed0bc89c363f022e21b84b98
refs/heads/master: da7c06c4a773b7903d3c09a25edbcb20bdc4af22
5 changes: 1 addition & 4 deletions trunk/net/8021q/vlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ int vlan_net_id __read_mostly;

const char vlan_fullname[] = "802.1Q VLAN Support";
const char vlan_version[] = DRV_VERSION;
static const char vlan_copyright[] = "Ben Greear <greearb@candelatech.com>";
static const char vlan_buggyright[] = "David S. Miller <davem@redhat.com>";

/* End of global variables definitions. */

Expand Down Expand Up @@ -673,8 +671,7 @@ static int __init vlan_proto_init(void)
{
int err;

pr_info("%s v%s %s\n", vlan_fullname, vlan_version, vlan_copyright);
pr_info("All bugs added by %s\n", vlan_buggyright);
pr_info("%s v%s\n", vlan_fullname, vlan_version);

err = register_pernet_subsys(&vlan_net_ops);
if (err < 0)
Expand Down

0 comments on commit 40d9ffc

Please sign in to comment.