On 11/10/25 09:25, Laurent Pinchart wrote: >>>> + - Purely mechanical transformations like variable renaming > Mechanical transformations are often performed with Coccinelle. Given > how you mention that tool below, I wouldn't frame it as out of scope > here.
The key here isn't which tool is used, it's how it's used. If you go use Coccinelle for pure variable renaming, you don't need to mention it. Same as if you use perl or vim to do a s/foo/bar/. That said, if you choose to attach your trivial variable renaming Coccinelle script, everyone will be better off for it.

