Sergey Organov <sorganov@xxxxxxxxx> writes: > + if (set_func != NULL) { Please write it like so: if (set_func) { I am not reviewing any new feature topic during -rc period (yet), but this triggered CI failure at the tip of 'seen', so.
Sergey Organov <sorganov@xxxxxxxxx> writes: > + if (set_func != NULL) { Please write it like so: if (set_func) { I am not reviewing any new feature topic during -rc period (yet), but this triggered CI failure at the tip of 'seen', so.