Re: [PATCH v2 9/9] soc: mediatek: pwrap: fixup warnings from coding style

2017-07-18 Thread Joe Perches
On Wed, 2017-07-19 at 00:26 +0800, Yingjoe Chen wrote: > [Resend due to bad mail format, sorry about the noise if you got two] > > > On Tue, 2017-07-18 at 17:49 +0800, sean.w...@mediatek.com wrote: > > From: Sean Wang > > > > fixup those warnings such as lines over 80

Re: [PATCH v2 9/9] soc: mediatek: pwrap: fixup warnings from coding style

2017-07-18 Thread Joe Perches
On Wed, 2017-07-19 at 00:26 +0800, Yingjoe Chen wrote: > [Resend due to bad mail format, sorry about the noise if you got two] > > > On Tue, 2017-07-18 at 17:49 +0800, sean.w...@mediatek.com wrote: > > From: Sean Wang > > > > fixup those warnings such as lines over 80 words and parenthesis > >

Re: [PATCH v2 9/9] soc: mediatek: pwrap: fixup warnings from coding style

2017-07-18 Thread Yingjoe Chen
[Resend due to bad mail format, sorry about the noise if you got two] On Tue, 2017-07-18 at 17:49 +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > fixup those warnings such as lines over 80 words and parenthesis > alignment which would be complained by

Re: [PATCH v2 9/9] soc: mediatek: pwrap: fixup warnings from coding style

2017-07-18 Thread Yingjoe Chen
[Resend due to bad mail format, sorry about the noise if you got two] On Tue, 2017-07-18 at 17:49 +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > fixup those warnings such as lines over 80 words and parenthesis > alignment which would be complained by checkpatch.pl. > >

[PATCH v2 9/9] soc: mediatek: pwrap: fixup warnings from coding style

2017-07-18 Thread sean.wang
From: Sean Wang fixup those warnings such as lines over 80 words and parenthesis alignment which would be complained by checkpatch.pl. Signed-off-by: Sean Wang --- drivers/soc/mediatek/mtk-pmic-wrap.c | 20 +--- 1 file changed,

[PATCH v2 9/9] soc: mediatek: pwrap: fixup warnings from coding style

2017-07-18 Thread sean.wang
From: Sean Wang fixup those warnings such as lines over 80 words and parenthesis alignment which would be complained by checkpatch.pl. Signed-off-by: Sean Wang --- drivers/soc/mediatek/mtk-pmic-wrap.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git