Skip to content

Commit

Permalink
charger-manager: Add missing newlines, fix a couple of typos, add pr_fmt
Browse files Browse the repository at this point in the history
Make sure that dev_<level> calls are newline terminated.
Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt to prefix
all pr_<level> 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_<level> calls.
Add missing spaces after coalescing multiple string segments.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
  • Loading branch information
Joe Perches authored and Anton Vorontsov committed Jun 9, 2013
1 parent e241421 commit e5409cb
Showing 1 changed file with 57 additions and 80 deletions.
Loading

0 comments on commit e5409cb

Please sign in to comment.