Re: [PATCH 1/4] serial: sh-sci: Replace printk() by pr_*()

From: Joe Perches
Date: Tue Mar 11 2014 - 10:27:56 EST


On Tue, 2014-03-11 at 11:11 +0100, Geert Uytterhoeven wrote:
> From: Geert Uytterhoeven <geert+renesas@xxxxxxxxxxxxxx>
>
> Make banner const while we're at it

One thing to consider is to add

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

before any #include to make sure all messages
are appropriately prefixed by subsystem name.

One day, I'd very much like to avoid this
by making it the default.

http://comments.gmane.org/gmane.linux.kernel/1052288



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/