Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-16 Thread Joe Perches
On Wed, 2013-10-16 at 09:50 -0700, Davidlohr Bueso wrote: > On Wed, 2013-10-16 at 10:39 +0200, Manfred Spraul wrote: > > Hi Joe, Hi all. > > Grek just sent me 47 patches for the backport to 3.10-stable, I don't > > want any whitespace noise right now. > +1 Do it when it's convenient or don't

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-16 Thread Davidlohr Bueso
On Wed, 2013-10-16 at 10:39 +0200, Manfred Spraul wrote: > Hi Joe, > > On 10/15/2013 08:36 PM, Joe Perches wrote: > > On Tue, 2013-10-15 at 09:44 -0700, Davidlohr Bueso wrote: > >> On Tue, 2013-10-15 at 16:19 +0800, Libin wrote: > >>> From: Li Bin > >>> > >>> small codingstyle fix: '*' should be

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-16 Thread Manfred Spraul
Hi Joe, On 10/15/2013 08:36 PM, Joe Perches wrote: On Tue, 2013-10-15 at 09:44 -0700, Davidlohr Bueso wrote: On Tue, 2013-10-15 at 16:19 +0800, Libin wrote: From: Li Bin small codingstyle fix: '*' should be adjacent to the data name. There are *tons* of these, go crazy. Here are the

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-16 Thread Manfred Spraul
Hi Joe, On 10/15/2013 08:36 PM, Joe Perches wrote: On Tue, 2013-10-15 at 09:44 -0700, Davidlohr Bueso wrote: On Tue, 2013-10-15 at 16:19 +0800, Libin wrote: From: Li Bin huawei.li...@huawei.com small codingstyle fix: '*' should be adjacent to the data name. There are *tons* of these, go

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-16 Thread Davidlohr Bueso
On Wed, 2013-10-16 at 10:39 +0200, Manfred Spraul wrote: Hi Joe, On 10/15/2013 08:36 PM, Joe Perches wrote: On Tue, 2013-10-15 at 09:44 -0700, Davidlohr Bueso wrote: On Tue, 2013-10-15 at 16:19 +0800, Libin wrote: From: Li Bin huawei.li...@huawei.com small codingstyle fix: '*' should

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-16 Thread Joe Perches
On Wed, 2013-10-16 at 09:50 -0700, Davidlohr Bueso wrote: On Wed, 2013-10-16 at 10:39 +0200, Manfred Spraul wrote: Hi Joe, Hi all. Grek just sent me 47 patches for the backport to 3.10-stable, I don't want any whitespace noise right now. +1 Do it when it's convenient or don't do it at

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-15 Thread Joe Perches
On Tue, 2013-10-15 at 09:44 -0700, Davidlohr Bueso wrote: > On Tue, 2013-10-15 at 16:19 +0800, Libin wrote: > > From: Li Bin > > > > small codingstyle fix: '*' should be adjacent to the data name. > > There are *tons* of these, go crazy. > Here are the whitespace changes proposed by $

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-15 Thread Davidlohr Bueso
On Tue, 2013-10-15 at 16:19 +0800, Libin wrote: > From: Li Bin > > small codingstyle fix: '*' should be adjacent to the data name. There are *tons* of these, go crazy. > > Signed-off-by: Li Bin > --- > ipc/sem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] ipc/sem.c: fix small codingstyle

2013-10-15 Thread Libin
From: Li Bin small codingstyle fix: '*' should be adjacent to the data name. Signed-off-by: Li Bin --- ipc/sem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/sem.c b/ipc/sem.c index 8c4f59b..7583fe8 100644 --- a/ipc/sem.c +++ b/ipc/sem.c @@ -2077,7 +2077,7 @@ void

[PATCH] ipc/sem.c: fix small codingstyle

2013-10-15 Thread Libin
From: Li Bin huawei.li...@huawei.com small codingstyle fix: '*' should be adjacent to the data name. Signed-off-by: Li Bin huawei.li...@huawei.com --- ipc/sem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/sem.c b/ipc/sem.c index 8c4f59b..7583fe8 100644 ---

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-15 Thread Davidlohr Bueso
On Tue, 2013-10-15 at 16:19 +0800, Libin wrote: From: Li Bin huawei.li...@huawei.com small codingstyle fix: '*' should be adjacent to the data name. There are *tons* of these, go crazy. Signed-off-by: Li Bin huawei.li...@huawei.com --- ipc/sem.c | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] ipc/sem.c: fix small codingstyle

2013-10-15 Thread Joe Perches
On Tue, 2013-10-15 at 09:44 -0700, Davidlohr Bueso wrote: On Tue, 2013-10-15 at 16:19 +0800, Libin wrote: From: Li Bin huawei.li...@huawei.com small codingstyle fix: '*' should be adjacent to the data name. There are *tons* of these, go crazy. Here are the whitespace changes proposed