Re: [PATCH 6/6] staging: erofs: fix 1 warning and 9 checks

2018-09-02 Thread Gao Xiang
On 2018/9/3 9:49, Chao Yu wrote: > On 2018/8/30 23:14, Pavel Zemlyanoy wrote: >> This patch does not change the logic, it only >> corrects the formatting and checkpatch checks by >> braces {} should be used on all arms of this statement, >> unbalanced braces around else statement and warning by

Re: [PATCH 6/6] staging: erofs: fix 1 warning and 9 checks

2018-09-02 Thread Chao Yu
On 2018/8/30 23:14, Pavel Zemlyanoy wrote: > This patch does not change the logic, it only > corrects the formatting and checkpatch checks by > braces {} should be used on all arms of this statement, > unbalanced braces around else statement and warning by > braces {} are not necessary for any arm

[PATCH 6/6] staging: erofs: fix 1 warning and 9 checks

2018-08-30 Thread Pavel Zemlyanoy
This patch does not change the logic, it only corrects the formatting and checkpatch checks by braces {} should be used on all arms of this statement, unbalanced braces around else statement and warning by braces {} are not necessary for any arm of this statement. The patch fixes 9 checks of type: