Re: [PATCH 12/13] lib: Finish using struct zero initializer manually

2023-08-03 Thread Claudio Fontana
On 8/3/23 12:36, Michal Privoznik wrote: > There are some cases left after previous commit which were not > picked up by coccinelle. Mostly, becuase the spatch was not > generic enough. We are left with cases like: two variables > declared on one line, a variable declared in #ifdef-s (there are >

[PATCH 12/13] lib: Finish using struct zero initializer manually

2023-08-03 Thread Michal Privoznik
There are some cases left after previous commit which were not picked up by coccinelle. Mostly, becuase the spatch was not generic enough. We are left with cases like: two variables declared on one line, a variable declared in #ifdef-s (there are notoriously difficult for coccinelle), arrays,