On Thu, Mar 02, 2017 at 09:15:33AM +0800, Peter Xu wrote: [...] > Meanwhile, I think it's still worthwhile to go through the patch even > it's from cocinelle since sometimes coccinelle might do something that > we (or only me?) didn't expect. E.g., afaik it cannot handle well with > over-80-chars lines, so we need to wrap them on our own (I got a patch > from the author though to fix this, but not yet tested). Sorry I should definitely mention that that issue only exists in special conditions, iirc like printf("string1" "string2") and when the strings are very long, since I believe in most cases coccinelle works perfectly well. Thanks, -- peterx