From: Joe Perches Date: Wed, 16 May 2012 09:55:56 +0000 (+0000) Subject: net: l2tp: Standardize logging styles X-Git-Tag: v3.5-rc1~109^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ca44fa578c7c7fd123b7fba3c2c98d4ba4e53d;p=pandora-kernel.git net: l2tp: Standardize logging styles Use more current logging styles. Add pr_fmt to prefix output appropriately. Convert printks to pr_. Convert PRINTK macros to new l2tp_ macros. Neaten some _refcount debugging macros. Use print_hex_dump_bytes instead of hand-coded loops. Coalesce formats and align arguments. Some KERN_DEBUG output is not now emitted unless dynamic_debugging is enabled. Signed-off-by: Joe Perches Signed-off-by: James Chapman Signed-off-by: David S. Miller --- Reading git-diff-tree failed