<div dir="ltr">





<p class="gmail-p1" style="margin:0px;font:12px "Apple SD Gothic Neo"">Thank you. I appreciate it for your prompt reply.</p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Apple SD Gothic Neo"">




<span></span>





</p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;line-height:normal"><br></p>As a result of checking through '<a href="http://checkpatch.pl">checkpatch.pl</a>', there was only one coding style problem in 'erofs / inode.c' file.<p></p>
<p class="gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Apple SD Gothic Neo";min-height:15px"><br></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Apple SD Gothic Neo"">I will check for other files and send the patch file soon.</p>
<p class="gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Apple SD Gothic Neo";min-height:15px"><br></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Apple SD Gothic Neo"">Thanks,</p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Apple SD Gothic Neo"">Sungkyung Kim<span class="gmail-Apple-converted-space"> </span></p></div><br><div class="gmail_quote"><div dir="ltr">2018년 12월 13일 (목) 오전 10:51, Gao Xiang <<a href="mailto:gaoxiang25@huawei.com">gaoxiang25@huawei.com</a>>님이 작성:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Sungkyung,<br>
<br>
On 2018/12/12 23:50, Sungkyung Kim wrote:<br>
> Fix a warning from <a href="http://checkpathch.pl" rel="noreferrer" target="_blank">checkpathch.pl</a>: 'Missing a blank line after<br>
> declarations'<br>
> <br>
> Signed-off-by: Sungkyung Kim <<a href="mailto:jotun9935@gmail.com" target="_blank">jotun9935@gmail.com</a>><br>
> ---<br>
>  drivers/staging/erofs/inode.c | 1 +<br>
>  1 file changed, 1 insertion(+)<br>
> <br>
> diff --git a/drivers/staging/erofs/inode.c b/drivers/staging/erofs/inode.c<br>
> index 04c61a9d7b76..82b6ad5badff 100644<br>
> --- a/drivers/staging/erofs/inode.c<br>
> +++ b/drivers/staging/erofs/inode.c<br>
> @@ -278,6 +278,7 @@ struct inode *erofs_iget(struct super_block *sb,<br>
>       if (inode->i_state & I_NEW) {<br>
>               int err;<br>
>               struct erofs_vnode *vi = EROFS_V(inode);<br>
> +<br>
<br>
Thanks for your patch, is there a only one 'Missing a blank line after declarations' in erofs?<br>
<br>
If not, could you have time check the other files? That is my personal thought, and<br>
I cc-ed the staging mailing list as well.<br>
<br>
Thanks,<br>
Gao Xiang<br>
<br>
>               vi->nid = nid;<br>
>  <br>
>               err = fill_inode(inode, isdir);<br>
> <br>
</blockquote></div>