From: Joe Perches Date: Fri, 7 Jun 2013 01:25:12 +0000 (-0700) Subject: charger-manager: Add missing newlines, fix a couple of typos, add pr_fmt X-Git-Tag: v3.11-rc1~52^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5409cbd8c0bf44f65e7528635cf05ed298e0c61;p=pandora-kernel.git charger-manager: Add missing newlines, fix a couple of typos, add pr_fmt Make sure that dev_ calls are newline terminated. Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt to prefix all pr_ calls with "charger-manager: " Fix a couple of typos. Fix formats with terminating n that should be \n. Coalesce formats for easier grep. Align arguments to open parenthesis for these dev_ calls. Add missing spaces after coalescing multiple string segments. Signed-off-by: Joe Perches Acked-by: Kees Cook Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed