Re: [PATCH 5/8] security: selinux: Use a more current logging style

2014-02-25 Thread Joe Perches
On Tue, 2014-02-25 at 15:05 -0500, Paul Moore wrote: > On Monday, February 24, 2014 01:59:58 PM Joe Perches wrote: > > Convert printk to pr_. > > Add pr_fmt. > > Coalesce formats, add missing space where appropriate. > > Standardize on one space after "SELinux: " prefix. > > > > Signed-off-by: Joe

Re: [PATCH 5/8] security: selinux: Use a more current logging style

2014-02-25 Thread Paul Moore
On Monday, February 24, 2014 01:59:58 PM Joe Perches wrote: > Convert printk to pr_. > Add pr_fmt. > Coalesce formats, add missing space where appropriate. > Standardize on one space after "SELinux: " prefix. > > Signed-off-by: Joe Perches A few minor comments inline ... > diff --git a/security

[PATCH 5/8] security: selinux: Use a more current logging style

2014-02-24 Thread Joe Perches
Convert printk to pr_. Add pr_fmt. Coalesce formats, add missing space where appropriate. Standardize on one space after "SELinux: " prefix. Signed-off-by: Joe Perches --- security/selinux/avc.c| 7 +- security/selinux/hooks.c | 130 --