From: "Justin P. Mattock"<justinmattock@xxxxxxxxx>
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<greearb@xxxxxxxxxxxxxxx>
[ 30.441542] All bugs added by David S. Miller<davem@xxxxxxxxxx>
after:
[ 31.513910] 802.1Q VLAN Support v1.8
Signed-off-by: Justin P. Mattock<justinmattock@xxxxxxxxx>
Applied, thanks Justin.