[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120312.170558.584205292599435892.davem@davemloft.net>
Date: Mon, 12 Mar 2012 17:05:58 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] net: ipv4: Standardize prefixes for message
logging
From: Joe Perches <joe@...ches.com>
Date: Mon, 12 Mar 2012 10:03:32 -0700
> Add #define pr_fmt(fmt) as appropriate.
>
> Add "IPv4: ", "TCP: ", and "IPsec: " to appropriate files.
> Standardize on "UDPLite: " for appropriate uses.
> Some prefixes were previously "UDPLITE: " and "UDP-Lite: ".
>
> Add KBUILD_MODNAME ": " to icmp and gre.
> Remove embedded prefixes as appropriate.
>
> Add missing "\n" to pr_info in gre.c.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
Looks good, and applied, but I left out this hunk:
> diff --git a/net/ipv4/ipcomp.c b/net/ipv4/ipcomp.c
> index 63b64c4..56d6768 100644
> --- a/net/ipv4/ipcomp.c
> +++ b/net/ipv4/ipcomp.c
> @@ -13,6 +13,7 @@
> * - Compression stats.
> * - Adaptive compression.
> */
> +
> #include <linux/module.h>
> #include <linux/err.h>
> #include <linux/rtnetlink.h>
As it seemed accidental, if not gratuitous.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists