forked from luck/tmp_suning_uos_patched
staging: erofs: add a new line after variable declaration
Add a new line after variable declaration Signed-off-by: Julio Bianco <juliobianco@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fbcd84743a
commit
8af36478f9
|
@ -270,6 +270,7 @@ struct inode *erofs_iget(struct super_block *sb,
|
|||
if (inode->i_state & I_NEW) {
|
||||
int err;
|
||||
struct erofs_vnode *vi = EROFS_V(inode);
|
||||
|
||||
vi->nid = nid;
|
||||
|
||||
err = fill_inode(inode, isdir);
|
||||
|
|
Loading…
Reference in New Issue
Block a user