Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751358AbaKFULo (ORCPT ); Thu, 6 Nov 2014 15:11:44 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:58297 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020AbaKFULn (ORCPT ); Thu, 6 Nov 2014 15:11:43 -0500 Date: Thu, 06 Nov 2014 15:11:40 -0500 (EST) Message-Id: <20141106.151140.2037815990664349357.davem@davemloft.net> To: joe@perches.com Cc: steffen.klassert@secunet.com, herbert@gondor.apana.org.au, kaber@trash.net, shemminger@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] net: esp: Convert NETDEBUG to pr_info From: David Miller In-Reply-To: <1415230568.6634.36.camel@perches.com> References: <1415230568.6634.36.camel@perches.com> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Thu, 06 Nov 2014 12:11:43 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Joe Perches Date: Wed, 05 Nov 2014 15:36:08 -0800 > Commit 64ce207306de ("[NET]: Make NETDEBUG pure printk wrappers") > originally had these NETDEBUG printks as always emitting. > > Commit a2a316fd068c ("[NET]: Replace CONFIG_NET_DEBUG with sysctl") > added a net_msg_warn sysctl to these NETDEBUG uses. > > Convert these NETDEBUG uses to normal pr_info calls. > > This changes the output prefix from "ESP: " to include > "IPSec: " for the ipv4 case and "IPv6: " for the ipv6 case. > > These output lines are now like the other messages in the files. > > Other miscellanea: > > Neaten the arithmetic spacing to be consistent with other > arithmetic spacing in the files. > > Signed-off-by: Joe Perches Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/