Re: [PATCH 2/2] hfs/hfsplus: Convert printks to pr_

2013-04-09 Thread Vyacheslav Dubeyko
On Mon, 2013-04-08 at 09:37 -0700, Joe Perches wrote: > Use a more current logging style. > > Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > hfsplus now uses "hfsplus: " for all messages. > Coalesce formats. > Prefix debugging messages too. > I think that if we begin to modify messages subsys

[PATCH 2/2] hfs/hfsplus: Convert printks to pr_

2013-04-08 Thread Joe Perches
Use a more current logging style. Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt hfsplus now uses "hfsplus: " for all messages. Coalesce formats. Prefix debugging messages too. Signed-off-by: Joe Perches --- fs/hfs/bfind.c | 4 ++-- fs/hfs/bnode.c | 4 ++-- fs/hfs/brec.c