]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - lib/dynamic_debug.c
dynamic_debug: Fix vpr_<foo> logging styles
authorJoe Perches <joe@perches.com>
Wed, 5 Dec 2012 21:48:26 +0000 (16:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 20:18:07 +0000 (12:18 -0800)
commitf657fd21e16e3ab7432c03008e19069c2ef8e150
tree5b7ff5789f497491c29acfc896622cff0527ab4a
parenta8826eeb71bd0f540e0df799c98da4ab7f4cb03a
dynamic_debug: Fix vpr_<foo> logging styles

vpr_info_dq should be a function and vpr_info should have
a do {} while (0)

Add missing newlines to pr_<level>s.

Miscellaneous neatening too.
braces, coalescing formats, alignments, etc...

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/dynamic_debug.c