From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Justin P. Mattock" Subject: Re: [PATCH v2]net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. Date: Mon, 23 May 2011 23:45:35 -0700 Message-ID: <4DDB540F.6060603@gmail.com> References: <1306215647-2857-1-git-send-email-justinmattock@gmail.com> <20110524.022144.2121988243667976554.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, joe@perches.com, greearb@candelatech.com To: David Miller Return-path: In-Reply-To: <20110524.022144.2121988243667976554.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 05/23/2011 11:21 PM, David Miller wrote: > From: "Justin P. Mattock" > Date: Mon, 23 May 2011 22:40:47 -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. > > Come on Justin, you're making various strings now completely > unreferenced. Don't just leave them there, remove them. > ah.. I did think, but was warry about removing them. resent with the references removed(hopefully). Justin P. Mattock