From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v3]net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. Date: Thu, 26 May 2011 14:56:01 -0400 (EDT) Message-ID: <20110526.145601.735416831290933990.davem@davemloft.net> References: <1306219428-11528-1-git-send-email-justinmattock@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, joe@perches.com, greearb@candelatech.com To: justinmattock@gmail.com Return-path: In-Reply-To: <1306219428-11528-1-git-send-email-justinmattock@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "Justin P. Mattock" 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 > [ 30.441542] All bugs added by David S. Miller > > after: > > [ 31.513910] 802.1Q VLAN Support v1.8 > > Signed-off-by: Justin P. Mattock Applied, thanks Justin.