[PATCH] staging: erofs: fix parenthesis alignment
Gao Xiang
gaoxiang25 at huawei.com
Tue Mar 12 16:33:24 AEDT 2019
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
More information about the Linux-erofs
mailing list