Re: [PATCH 3/3] regulator: 88pm8607: fix indent code style

2014-02-26 Thread Mark Brown
On Wed, Feb 26, 2014 at 10:22:05AM +0900, Jingoo Han wrote: > Fix indent code style in order to fix the following checkpatch > issues. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 3/3] regulator: 88pm8607: fix indent code style

2014-02-26 Thread Mark Brown
On Wed, Feb 26, 2014 at 10:22:05AM +0900, Jingoo Han wrote: Fix indent code style in order to fix the following checkpatch issues. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 3/3] regulator: 88pm8607: fix indent code style

2014-02-25 Thread Haojian Zhuang
On Wed, Feb 26, 2014 at 9:22 AM, Jingoo Han wrote: > Fix indent code style in order to fix the following checkpatch > issues. > > ERROR: code indent should use tabs where possible > WARNING: please, no space before tabs > WARNING: please, no spaces at the start of a line > > Signed-off-by:

[PATCH 3/3] regulator: 88pm8607: fix indent code style

2014-02-25 Thread Jingoo Han
Fix indent code style in order to fix the following checkpatch issues. ERROR: code indent should use tabs where possible WARNING: please, no space before tabs WARNING: please, no spaces at the start of a line Signed-off-by: Jingoo Han --- drivers/regulator/88pm8607.c |6 +++--- 1

[PATCH 3/3] regulator: 88pm8607: fix indent code style

2014-02-25 Thread Jingoo Han
Fix indent code style in order to fix the following checkpatch issues. ERROR: code indent should use tabs where possible WARNING: please, no space before tabs WARNING: please, no spaces at the start of a line Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/regulator/88pm8607.c |

Re: [PATCH 3/3] regulator: 88pm8607: fix indent code style

2014-02-25 Thread Haojian Zhuang
On Wed, Feb 26, 2014 at 9:22 AM, Jingoo Han jg1@samsung.com wrote: Fix indent code style in order to fix the following checkpatch issues. ERROR: code indent should use tabs where possible WARNING: please, no space before tabs WARNING: please, no spaces at the start of a line