Re: [PATCH] scripts: checkpatch.pl: Fix existing typedef false positive warning

2014-09-21 Thread Joe Perches
On Sun, 2014-09-21 at 22:08 -0500, Greg Donald wrote: > On Sun, Sep 21, 2014 at 9:31 PM, Joe Perches wrote: > > On Sun, 2014-09-21 at 20:32 -0500, Greg Donald wrote: > >> Fixing an "open brace '{' following struct go on the same line" error > >> causes a > >> false positive warning "do not add ne

Re: [PATCH] scripts: checkpatch.pl: Fix existing typedef false positive warning

2014-09-21 Thread Greg Donald
On Sun, Sep 21, 2014 at 9:31 PM, Joe Perches wrote: > On Sun, 2014-09-21 at 20:32 -0500, Greg Donald wrote: >> Fixing an "open brace '{' following struct go on the same line" error causes >> a >> false positive warning "do not add new typedefs". Fix existing typedef false >> positive warning. > >

Re: [PATCH] scripts: checkpatch.pl: Fix existing typedef false positive warning

2014-09-21 Thread Joe Perches
On Sun, 2014-09-21 at 20:32 -0500, Greg Donald wrote: > Fixing an "open brace '{' following struct go on the same line" error causes a > false positive warning "do not add new typedefs". Fix existing typedef false > positive warning. This doesn't work. The matching deleted line can be any number o