Re: [Outreachy Kernel][PATCH v2] staging: erofs: match alignment with open parentheses

2019-02-19 Thread Chao Yu
On 2019/2/19 18:24, Gao Xiang wrote: > [+cc linux-erofs and staging mailing list] > > On 2019/2/19 17:25, Bhanusree Pola wrote: >> Align code with open parantheses to improve the readability. >> Issue found using checkpatch.pl >> >> Signed-off-by: Bhanusree Pola Reviewed-by: Chao Yu Thanks, _

Re: [Outreachy Kernel][PATCH v2] staging: erofs: match alignment with open parentheses

2019-02-19 Thread Gao Xiang
[+cc linux-erofs and staging mailing list] On 2019/2/19 17:25, Bhanusree Pola wrote: > Align code with open parantheses to improve the readability. > Issue found using checkpatch.pl > > Signed-off-by: Bhanusree Pola Reviewed-by: Gao Xiang Thanks, Gao Xiang > --- > > v2: -modified log messag