Re: [PATCH] staging: brcmfmac: Consolidate debugging macros

From: Greg KH
Date: Thu Aug 25 2011 - 11:47:18 EST


On Wed, Aug 24, 2011 at 11:16:48PM -0700, Joe Perches wrote:
> Convert multiple BRCMF_<debug_level> macros to a single
> brcmf_dbg(level, fmt, ...) macro.
>
> Remove the now unnecessary double parentheses in the uses
> of the old macros when converting to brcmf_dbg.
>
> Delete all uses of "%s: [fmt]", __func__, args... and move
> the "%s: ", __func__ to the macro for consistency.
>
> Coalesce long formats.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Applied, thanks.

greg k-h
--
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/