Re: [PATCH net-next] net/caif: Use pr_fmt

From: David Miller
Date: Mon Sep 06 2010 - 21:40:20 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Mon, 06 Sep 2010 00:31:11 -0700

> This patch standardizes caif message logging prefixes.
>
> Add #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
> Add missing "\n"s to some logging messages
> Convert pr_warning to pr_warn
>
> This changes the logging message prefix from CAIF: to caif:
> for all uses but caif_socket.c and chnl_net.c. Those now use
> their filename without extension.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Applied.
--
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/