Hi Julian,

On 2019/3/12 12:18, Julian Merida wrote:
>  static void __z_erofs_vle_work_release(struct z_erofs_vle_workgroup *grp,
> -     struct z_erofs_vle_work *work __maybe_unused)
> +                                    struct z_erofs_vle_work
> +                                    *work __maybe_unused)
>  {
>       erofs_workgroup_put(&grp->obj);
>  }

probably the following be better?

static void
__z_erofs_vle_work_release(struct z_erofs_vle_workgroup *grp,
                           struct z_erofs_vle_work *work __maybe_unused)
{
        erofs_workgroup_put(&grp->obj);
}

could you please fix that?

Thanks,
Gao Xiang

Reply via email to