Commit 8af36478 authored by Julio Bianco's avatar Julio Bianco Committed by Greg Kroah-Hartman

staging: erofs: add a new line after variable declaration

Add a new line after variable declaration
Signed-off-by: default avatarJulio Bianco <juliobianco@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fbcd8474
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment