audit: Use more current logging style
authorJoe Perches <joe@perches.com>
Tue, 14 Jan 2014 18:33:12 +0000 (10:33 -0800)
committerEric Paris <eparis@redhat.com>
Tue, 14 Jan 2014 19:53:54 +0000 (14:53 -0500)
Add pr_fmt to prefix "audit: " to output
Convert printk(KERN_<LEVEL> to pr_<level>
Coalesce formats
Use pr_cont
Move a brace after switch

Signed-off-by: Joe Perches <joe@perches.com>
kernel/audit.c

diff --cc kernel/audit.c
Simple merge