Re: [PATCH] staging: erofs: Add a blank line after declarations

2018-12-13 Thread Chao Yu
On 2018/12/13 9:51, Gao Xiang wrote: > Hi Sungkyung, > > On 2018/12/12 23:50, Sungkyung Kim wrote: >> Fix a warning from checkpathch.pl: 'Missing a blank line after >> declarations' >> >> Signed-off-by: Sungkyung Kim >> --- >> drivers/staging/erofs/inode.c | 1 + >> 1 file changed, 1 insertion(+

Re: [PATCH] staging: erofs: Add a blank line after declarations

2018-12-12 Thread Gao Xiang
On 2018/12/13 11:29, 김성경 wrote: > Thank you. I appreciate it for your prompt reply. > > > As a result of checking through 'checkpatch.pl ', there > was only one coding style problem in 'erofs / inode.c' file. > > > I will check for other files and send the patch file so

Re: [PATCH] staging: erofs: Add a blank line after declarations

2018-12-12 Thread Gao Xiang
Hi Sungkyung, On 2018/12/12 23:50, Sungkyung Kim wrote: > Fix a warning from checkpathch.pl: 'Missing a blank line after > declarations' > > Signed-off-by: Sungkyung Kim > --- > drivers/staging/erofs/inode.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/erofs/inode.c