SELinux: clean up printks
authorEric Paris <eparis@redhat.com>
Thu, 17 Apr 2008 15:52:44 +0000 (11:52 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 21 Apr 2008 09:09:26 +0000 (19:09 +1000)
Make sure all printk start with KERN_*
Make sure all printk end with \n
Make sure all printk have the word 'selinux' in them
Change "function name" to "%s", __func__ (found 2 wrong)

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found