Re: [PATCH v3]net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.
From: David Miller <davem@davemloft.net>
Date: 2011-05-26 18:56:11
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2011-05-26 18:56:11
Also in:
lkml
From: "Justin P. Mattock" <redacted> Date: Mon, 23 May 2011 23:43:48 -0700
The below patch removes vlan_buggyright and vlan_copyright from vlan_proto_init, so that it prints out just the fullname of vlan and the version number. before: [ 30.438203] 802.1Q VLAN Support v1.8 Ben Greear [off-list ref] [ 30.441542] All bugs added by David S. Miller [off-list ref] after: [ 31.513910] 802.1Q VLAN Support v1.8 Signed-off-by: Justin P. Mattock <redacted>
Applied, thanks Justin.