Re: [PATCH v3 0/4] checkpatch: enhance compatible string checking

2014-03-07 Thread Florian Vaussard
On 03/07/2014 05:08 PM, Joe Perches wrote: > On Fri, 2014-03-07 at 14:26 +0100, Florian Vaussard wrote: >> Joe: I have split your patch to perform atomic changes. I also >> merged one part into one of my patch. I added your S-o-B on the >> corresponding patches, I let you check if you are OK with

Re: [PATCH v3 0/4] checkpatch: enhance compatible string checking

2014-03-07 Thread Joe Perches
On Fri, 2014-03-07 at 14:26 +0100, Florian Vaussard wrote: > Joe: I have split your patch to perform atomic changes. I also > merged one part into one of my patch. I added your S-o-B on the > corresponding patches, I let you check if you are OK with the changes. Could you please send a clean V4 wi

[PATCH v3 0/4] checkpatch: enhance compatible string checking

2014-03-07 Thread Florian Vaussard
Hi, This series proposes a number of fixes and enhancements to the checks performed on compatible strings: 1) Fix vendor check for strings with dashes 2) Fix spurious vendor warning, when there is no vendor 3) Check for compatible strings in .c and .h files too 4) Match only at the begining of ea