On Sun, 2016-09-18 at 06:57 +0200, Julia Lawall wrote: > You did say that checkpatch was giving a lot of noise. In the end, is it > actually just that there are a lot of changes to make
Actually, the first attempt used just the checkpatch $Operators pattern match which also matches a comma so there were a lot of false positives. This current version specifically excludes commas so there seem to be far fewer or nearly no false positives. There are a _lot_ of matches though.