Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Ziyuan
On 01/05/2017 02:32 AM, Joe Perches wrote: On Wed, 2017-01-04 at 20:52 +0800, Ziyuan Xu wrote: Let's fix the warnings from checkpatch.pl: - line over 80 characters; - block comments should align the * on each Lines; - statements not starting on a tabstop. Signed-off-by: Ziyuan Xu

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Ziyuan
On 01/05/2017 02:32 AM, Joe Perches wrote: On Wed, 2017-01-04 at 20:52 +0800, Ziyuan Xu wrote: Let's fix the warnings from checkpatch.pl: - line over 80 characters; - block comments should align the * on each Lines; - statements not starting on a tabstop. Signed-off-by: Ziyuan Xu ---

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Shawn Lin
On 2017/1/5 9:19, Jaehoon Chung wrote: Hi, On 01/04/2017 09:52 PM, Ziyuan Xu wrote: Let's fix the warnings from checkpatch.pl: - line over 80 characters; - block comments should align the * on each Lines; - statements not starting on a tabstop. If there is no critical problem, I think that

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Shawn Lin
On 2017/1/5 9:19, Jaehoon Chung wrote: Hi, On 01/04/2017 09:52 PM, Ziyuan Xu wrote: Let's fix the warnings from checkpatch.pl: - line over 80 characters; - block comments should align the * on each Lines; - statements not starting on a tabstop. If there is no critical problem, I think that

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Jaehoon Chung
Hi, On 01/04/2017 09:52 PM, Ziyuan Xu wrote: > Let's fix the warnings from checkpatch.pl: > > - line over 80 characters; > - block comments should align the * on each Lines; > - statements not starting on a tabstop. If there is no critical problem, I think that current codes are keeping better

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Jaehoon Chung
Hi, On 01/04/2017 09:52 PM, Ziyuan Xu wrote: > Let's fix the warnings from checkpatch.pl: > > - line over 80 characters; > - block comments should align the * on each Lines; > - statements not starting on a tabstop. If there is no critical problem, I think that current codes are keeping better

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Joe Perches
On Wed, 2017-01-04 at 20:52 +0800, Ziyuan Xu wrote: > Let's fix the warnings from checkpatch.pl: > > - line over 80 characters; > - block comments should align the * on each Lines; > - statements not starting on a tabstop. > > Signed-off-by: Ziyuan Xu > --- > >

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Joe Perches
On Wed, 2017-01-04 at 20:52 +0800, Ziyuan Xu wrote: > Let's fix the warnings from checkpatch.pl: > > - line over 80 characters; > - block comments should align the * on each Lines; > - statements not starting on a tabstop. > > Signed-off-by: Ziyuan Xu > --- > > drivers/mmc/host/dw_mmc.c | 33

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Andy Shevchenko
On Wed, Jan 4, 2017 at 2:52 PM, Ziyuan Xu wrote: > Let's fix the warnings from checkpatch.pl: > > - line over 80 characters; > - block comments should align the * on each Lines; > - statements not starting on a tabstop. > __le32 des1; /* Buffer sizes */

Re: [PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Andy Shevchenko
On Wed, Jan 4, 2017 at 2:52 PM, Ziyuan Xu wrote: > Let's fix the warnings from checkpatch.pl: > > - line over 80 characters; > - block comments should align the * on each Lines; > - statements not starting on a tabstop. > __le32 des1; /* Buffer sizes */ > #define

[PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Ziyuan Xu
Let's fix the warnings from checkpatch.pl: - line over 80 characters; - block comments should align the * on each Lines; - statements not starting on a tabstop. Signed-off-by: Ziyuan Xu --- drivers/mmc/host/dw_mmc.c | 33 + 1 file

[PATCH] mmc: dw_mmc: Fix some coding style

2017-01-04 Thread Ziyuan Xu
Let's fix the warnings from checkpatch.pl: - line over 80 characters; - block comments should align the * on each Lines; - statements not starting on a tabstop. Signed-off-by: Ziyuan Xu --- drivers/mmc/host/dw_mmc.c | 33 + 1 file changed, 17 insertions(+), 16