Re: [PATCH 3/8] power: bq27x00_battery: Fix function parameter alignment

2015-07-24 Thread Sebastian Reichel
Hi, On Wed, Jul 22, 2015 at 04:51:55PM -0500, Andrew F. Davis wrote: > Fix the alignment of function parameters on new lines. Thanks, queued. -- Sebastian signature.asc Description: Digital signature

Re: [PATCH 3/8] power: bq27x00_battery: Fix function parameter alignment

2015-07-23 Thread Dan Murphy
On 07/22/2015 04:51 PM, Andrew F. Davis wrote: > Fix the alignment of function parameters on new lines. > > Signed-off-by: Andrew F. Davis > --- > drivers/power/bq27x00_battery.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/drivers/power/bq27x00_battery.

Re: [PATCH 3/8] power: bq27x00_battery: Fix function parameter alignment

2015-07-23 Thread Pali Rohár
On Wednesday 22 July 2015 16:51:55 Andrew F. Davis wrote: > Fix the alignment of function parameters on new lines. > > Signed-off-by: Andrew F. Davis > --- > drivers/power/bq27x00_battery.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > Acked-by: Pali Rohár -- Pali

[PATCH 3/8] power: bq27x00_battery: Fix function parameter alignment

2015-07-22 Thread Andrew F. Davis
Fix the alignment of function parameters on new lines. Signed-off-by: Andrew F. Davis --- drivers/power/bq27x00_battery.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index 203cf61..9cdad19 10