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)
commitf5645d3575fe9a2c468889146e152f11c199826e
tree2bbc3b5a28917cf9f9e68155d47d8668f3b1ab18
parente0c2de2b15da83ef39d56c326f5a7e681c6c4e7f
capability: Use current logging styles

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