]> Pileus Git - ~andy/linux/commit
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)
commitd957f7b726ccce4967ae0d668b5b10f0f1d10401
treef7f3e7f0f49440c915198e7e1ee2671a12446b08
parentb8dbc3241fff043213e8be8e798d45eb6ed28b96
audit: Use more current logging style

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