capability: Use current logging styles
authorJoe Perches <joe@perches.com>
Fri, 21 Feb 2014 22:19:30 +0000 (14:19 -0800)
committerJames Morris <james.l.morris@oracle.com>
Mon, 24 Feb 2014 03:44:53 +0000 (14:44 +1100)
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 <joe@perches.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
kernel/capability.c

Simple merge