Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967103Ab2EPAMM (ORCPT ); Tue, 15 May 2012 20:12:12 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:42366 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S966737Ab2EPAML (ORCPT ); Tue, 15 May 2012 20:12:11 -0400 From: Joe Perches To: "David S. Miller" , netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH net-next 0/2] net/ipv4 and net/ipv6 logging cleanups Date: Tue, 15 May 2012 17:11:52 -0700 Message-Id: X-Mailer: git-send-email 1.7.8.111.gad25c.dirty Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1561 Lines: 36 Joe Perches (2): net: ipv6: Standardize prefixes for message logging net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug net/ipv4/ah4.c | 4 +- net/ipv4/arp.c | 9 +++-- net/ipv4/devinet.c | 5 +-- net/ipv4/inet_timewait_sock.c | 4 +- net/ipv4/route.c | 9 ++--- net/ipv4/tcp_input.c | 48 ++++++++++++++-------------- net/ipv4/tcp_output.c | 4 ++- net/ipv6/addrconf.c | 68 ++++++++++++++++++----------------------- net/ipv6/addrlabel.c | 2 +- net/ipv6/af_inet6.c | 14 +++----- net/ipv6/ah6.c | 16 +++++---- net/ipv6/esp6.c | 14 +++++--- net/ipv6/icmp.c | 8 ++-- net/ipv6/ip6_fib.c | 25 ++++++++------- net/ipv6/ip6_tunnel.c | 23 ++++++------- net/ipv6/ip6mr.c | 2 +- net/ipv6/ipcomp6.c | 15 +++++--- net/ipv6/mcast.c | 3 +- net/ipv6/mip6.c | 30 +++++++++--------- net/ipv6/ndisc.c | 22 +++++-------- net/ipv6/route.c | 8 +++-- net/ipv6/sit.c | 6 ++- net/ipv6/tunnel6.c | 10 +++-- 23 files changed, 173 insertions(+), 176 deletions(-) -- 1.7.8.111.gad25c.dirty -- 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/