Re: [PATCH] capability: Use current logging styles

2014-02-23 Thread James Morris
On Fri, 21 Feb 2014, Joe Perches wrote: > Prefix logging output with "capability: " via pr_fmt. > Convert printks to pr_. > Use pr__once instead of guard flags. > Coalesce formats. > > Signed-off-by: Joe Perches Applied to

Re: [PATCH] capability: Use current logging styles

2014-02-23 Thread James Morris
On Fri, 21 Feb 2014, Joe Perches wrote: Prefix logging output with capability: via pr_fmt. Convert printks to pr_level. Use pr_level_once instead of guard flags. Coalesce formats. Signed-off-by: Joe Perches j...@perches.com Applied to

Re: [PATCH] capability: Use current logging styles

2014-02-21 Thread Serge Hallyn
Quoting Joe Perches (j...@perches.com): > Prefix logging output with "capability: " via pr_fmt. > Convert printks to pr_. > Use pr__once instead of guard flags. > Coalesce formats. > > Signed-off-by: Joe Perches Thanks. Acked-by: Serge E. Hallyn > --- > kernel/capability.c | 29

[PATCH] capability: Use current logging styles

2014-02-21 Thread Joe Perches
Prefix logging output with "capability: " via pr_fmt. Convert printks to pr_. Use pr__once instead of guard flags. Coalesce formats. Signed-off-by: Joe Perches --- kernel/capability.c | 29 ++--- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git

[PATCH] capability: Use current logging styles

2014-02-21 Thread Joe Perches
Prefix logging output with capability: via pr_fmt. Convert printks to pr_level. Use pr_level_once instead of guard flags. Coalesce formats. Signed-off-by: Joe Perches j...@perches.com --- kernel/capability.c | 29 ++--- 1 file changed, 10 insertions(+), 19 deletions(-)

Re: [PATCH] capability: Use current logging styles

2014-02-21 Thread Serge Hallyn
Quoting Joe Perches (j...@perches.com): Prefix logging output with capability: via pr_fmt. Convert printks to pr_level. Use pr_level_once instead of guard flags. Coalesce formats. Signed-off-by: Joe Perches j...@perches.com Thanks. Acked-by: Serge E. Hallyn serge.hal...@ubuntu.com ---