[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1312921227.11924.35.camel@Joe-Laptop>
Date: Tue, 09 Aug 2011 13:20:27 -0700
From: Joe Perches <joe@...ches.com>
To: Jamie Iles <jamie@...ieiles.com>
Cc: netdev@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
plagnioj@...osoft.com
Subject: Re: [PATCHv3 4/9] macb: convert printk to netdev_ and friends
On Tue, 2011-08-09 at 10:16 +0100, Jamie Iles wrote:
> macb is already using the dev_dbg() and friends helpers so use netdev_()
> along with a pr_fmt() definition to make the printing a little cleaner.
[]
> diff --git a/drivers/net/macb.c b/drivers/net/macb.c
[]
> @@ -8,6 +8,7 @@
[]
> +#define pr_fmt(fmt) "macb: " fmt
Hi Jamie.
Just trivia.
Please use #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
instead. There would be no output difference.
That'll make it easier to remove later when all of
of these #defines pr_fmt that use just KBUILD_MODNAME
can be removed.
--
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