Re: Staging/netlogic coding style issues with struct

2019-09-03 Thread Pablo Pellecchia
Yeap! That solved the problem. Seems I was not using correctly the checkpatch.pl file. My bad. Now everything seems to be working fine. Thanks for the help! El mar., 3 sept. 2019 a las 7:21, Valdis Klētnieks () escribió: > On Tue, 03 Sep 2019 01:26:17 -0300, Pablo Pellecchia said: > > >

Re: Staging/netlogic coding style issues with struct

2019-09-03 Thread Valdis Klētnieks
On Tue, 03 Sep 2019 01:26:17 -0300, Pablo Pellecchia said: > *WARNING: struct should normally be const#9: FILE: > platform_net.h:9:+struct xlr_net_data {* > > A similar issue is reported when we declare a variable of type struct > , but in this case warning is reported on the struct definition >

Re: Staging/netlogic coding style issues with struct

2019-09-03 Thread Greg KH
On Tue, Sep 03, 2019 at 01:26:17AM -0300, Pablo Pellecchia wrote: > Greetings, > > I'm fixing some issues on the staging/netlogic directory and I see that > checkpatch.pl is throwing the following warnings on some files: > > > > *WARNING: struct should normally be const#9: FILE: >