Re: [PATCH] power: Add missing newlines, fix a couple of typos, add pr_fmt

2013-06-09 Thread Anton Vorontsov
On Fri, Jun 07, 2013 at 11:31:06AM -0700, Kees Cook wrote: > On Thu, Jun 6, 2013 at 6:25 PM, Joe Perches wrote: > > 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 typ

Re: [PATCH] power: Add missing newlines, fix a couple of typos, add pr_fmt

2013-06-07 Thread Kees Cook
On Thu, Jun 6, 2013 at 6:25 PM, Joe Perches wrote: > 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 form

[PATCH] power: Add missing newlines, fix a couple of typos, add pr_fmt

2013-06-06 Thread Joe Perches
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 thes