Re: [PATCH 15/22] staging: erofs: remove redundant braces in inode.c

2019-07-31 Thread Chao Yu
On 2019/7/29 14:51, Gao Xiang wrote: > Remove redundant braces in inode.c since > these are all single statements. > > Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks, ___ devel mailing list de...@linuxdriverproject.org

[PATCH 15/22] staging: erofs: remove redundant braces in inode.c

2019-07-29 Thread Gao Xiang
Remove redundant braces in inode.c since these are all single statements. Signed-off-by: Gao Xiang --- drivers/staging/erofs/inode.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/staging/erofs/inode.c b/drivers/staging/erofs/inode.c index