On Wed,  4 Nov 2020 15:30:25 +0200 Ido Schimmel wrote:
> +     if (info->is_grp)
> +             return nh_notifier_grp_info_init(info, nh);
> +     else
> +             return nh_notifier_single_info_init(info, nh);

nit: please try to avoid unnecessary else branches, it obviously
     doesn't matter but people send patches to refactor this :(

Reply via email to