linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Julio Bianco <juliobianco@gmail.com>
To: gaoxiang25@huawei.com, yuchao0@huawei.com,
	gregkh@linuxfoundation.org, linux-erofs@lists.ozlabs.org,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Cc: Julio Bianco <juliobianco@gmail.com>
Subject: [PATCH] staging: erofs: add a new line after variable declaration
Date: Sat,  9 Mar 2019 14:08:53 -0300	[thread overview]
Message-ID: <20190309170853.8297-1-juliobianco@gmail.com> (raw)

Add a new line after variable declaration

Signed-off-by: Julio Bianco <juliobianco@gmail.com>
---
 drivers/staging/erofs/inode.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/erofs/inode.c b/drivers/staging/erofs/inode.c
index 924b8dfc7a8f..1cf1afe2d73a 100644
--- a/drivers/staging/erofs/inode.c
+++ b/drivers/staging/erofs/inode.c
@@ -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);
-- 
2.11.0


             reply	other threads:[~2019-03-09 17:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-09 17:08 Julio Bianco [this message]
2019-03-10  7:55 ` [PATCH] staging: erofs: add a new line after variable declaration Gao Xiang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190309170853.8297-1-juliobianco@gmail.com \
    --to=juliobianco@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gaoxiang25@huawei.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yuchao0@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).