[PATCH v2 1/4] drivers: hwspinlock: add generic framework

Grant Likely grant.likely at secretlab.ca
Fri Nov 26 02:18:49 EST 2010


On Thu, Nov 25, 2010 at 9:59 PM, Olof Johansson <olof at lixom.net> wrote:
> On Tue, Nov 23, 2010 at 05:38:57PM +0200, Ohad Ben-Cohen wrote:
>> +#define pr_fmt(fmt)    "%s: " fmt, __func__
>
> Not used.

pr_fmt() is a magic #define that changes the behaviour of the pr_*()
macros.  See include/linux/kernel.h

g.



More information about the linux-arm-kernel mailing list