On Fri, Oct 14, 2022 at 05:31:21PM +0200, Ævar Arnfjörð Bjarmason wrote: > @@ -1298,10 +1298,11 @@ SP_EXTRA_FLAGS = -Wno-universal-initializer > SANITIZE_LEAK = > SANITIZE_ADDRESS = > > -# For the 'coccicheck' target; setting SPATCH_BATCH_SIZE higher will > +# For the 'coccicheck' target > +SPATCH_FLAGS = --all-includes > +# Setting SPATCH_BATCH_SIZE higher will I suppose it goes away once the coccicheck rule becomes incremental a few patches later, but I did find this rewrapping odd. Thanks, Taylor