Re: [PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-08 Thread Joe Perches
On Thu, 2019-08-08 at 18:40 +0200, Greg KH wrote: > On Thu, Aug 08, 2019 at 06:39:05PM +0200, Greg KH wrote: > > On Fri, Aug 02, 2019 at 03:05:05PM -0700, Joe Perches wrote: > > > On Fri, 2019-08-02 at 14:55 -0700, Stephen Hemminger wrote: > > > > On Fri, 2 Aug 2019 19:56:02 + > > > > Jose Car

Re: [PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-08 Thread Greg KH
On Thu, Aug 08, 2019 at 06:39:05PM +0200, Greg KH wrote: > On Fri, Aug 02, 2019 at 03:05:05PM -0700, Joe Perches wrote: > > On Fri, 2019-08-02 at 14:55 -0700, Stephen Hemminger wrote: > > > On Fri, 2 Aug 2019 19:56:02 + > > > Jose Carlos Cazarin Filho wrote: > > > > > > > Fix checkpath error

Re: [PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-08 Thread Greg KH
On Fri, Aug 02, 2019 at 03:05:05PM -0700, Joe Perches wrote: > On Fri, 2019-08-02 at 14:55 -0700, Stephen Hemminger wrote: > > On Fri, 2 Aug 2019 19:56:02 + > > Jose Carlos Cazarin Filho wrote: > > > > > Fix checkpath error: > > > CHECK: spaces preferred around that '*' (ctx:WxV) > > > +exte

Re: [PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-03 Thread Greg KH
On Sat, Aug 03, 2019 at 04:15:05AM -0700, Joe Perches wrote: > On Sat, 2019-08-03 at 08:32 +0200, Greg KH wrote: > > On Fri, Aug 02, 2019 at 07:56:02PM +, Jose Carlos Cazarin Filho wrote: > > > Fix checkpath error: > > > CHECK: spaces preferred around that '*' (ctx:WxV) > > > +extern hysdn_card

Re: [PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-03 Thread Joe Perches
On Sat, 2019-08-03 at 08:32 +0200, Greg KH wrote: > On Fri, Aug 02, 2019 at 07:56:02PM +, Jose Carlos Cazarin Filho wrote: > > Fix checkpath error: > > CHECK: spaces preferred around that '*' (ctx:WxV) > > +extern hysdn_card *card_root;/* pointer to first card */ [] > > diff --git a/dri

Re: [PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-02 Thread Greg KH
On Fri, Aug 02, 2019 at 07:56:02PM +, Jose Carlos Cazarin Filho wrote: > Fix checkpath error: > CHECK: spaces preferred around that '*' (ctx:WxV) > +extern hysdn_card *card_root;/* pointer to first card */ > > Signed-off-by: Jose Carlos Cazarin Filho > --- > Hello all! > This is my

Re: [PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-02 Thread Joe Perches
On Fri, 2019-08-02 at 14:55 -0700, Stephen Hemminger wrote: > On Fri, 2 Aug 2019 19:56:02 + > Jose Carlos Cazarin Filho wrote: > > > Fix checkpath error: > > CHECK: spaces preferred around that '*' (ctx:WxV) > > +extern hysdn_card *card_root;/* pointer to first card */ > > > > Signe

Re: [PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-02 Thread Stephen Hemminger
On Fri, 2 Aug 2019 19:56:02 + Jose Carlos Cazarin Filho wrote: > Fix checkpath error: > CHECK: spaces preferred around that '*' (ctx:WxV) > +extern hysdn_card *card_root;/* pointer to first card */ > > Signed-off-by: Jose Carlos Cazarin Filho Read the TODO, these drivers are sche

[PATCH] isdn: hysdn: Fix error spaces around '*'

2019-08-02 Thread Jose Carlos Cazarin Filho
Fix checkpath error: CHECK: spaces preferred around that '*' (ctx:WxV) +extern hysdn_card *card_root;/* pointer to first card */ Signed-off-by: Jose Carlos Cazarin Filho --- Hello all! This is my first commit to the Linux Kernel, I'm doing this to learn and be able to contribute more