linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
To: geoff@infradead.org, mpe@ellerman.id.au,
	benh@kernel.crashing.org, paulus@samba.org
Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Add blank line after declarations
Date: Thu, 29 Apr 2021 01:22:56 +0530	[thread overview]
Message-ID: <20210428195256.c3tqnrllnid3c3e7@sanjana-VirtualBox> (raw)

Blank line is added after declarations to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
---
 drivers/ps3/ps3av.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ps3/ps3av.c b/drivers/ps3/ps3av.c
index 9d66257e1da5..c4ea494ce464 100644
--- a/drivers/ps3/ps3av.c
+++ b/drivers/ps3/ps3av.c
@@ -175,6 +175,7 @@ static int ps3av_vuart_write(struct ps3_system_bus_device *dev,
 			     const void *buf, unsigned long size)
 {
 	int error;
+
 	dev_dbg(&dev->core, " -> %s:%d\n", __func__, __LINE__);
 	error = ps3_vuart_write(dev, buf, size);
 	dev_dbg(&dev->core, " <- %s:%d\n", __func__, __LINE__);
-- 
2.25.1


             reply	other threads:[~2021-04-28 19:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28 19:52 Sanjana Srinidhi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-29  9:25 [PATCH] Add blank line after declarations Sanjana Srinidhi
2021-04-29  8:54 Sanjana Srinidhi
2021-04-28  9:26 Sanjana Srinidhi
     [not found] <20210428081412.dyxwuh3soluhd4h6@sanjana-VirtualBox>
2021-04-28  8:26 ` Borislav Petkov
2017-04-07 12:41 [PATCH] add " Manny Vindiola
2017-04-08 11:03 ` Greg Kroah-Hartman

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=20210428195256.c3tqnrllnid3c3e7@sanjana-VirtualBox \
    --to=sanjanasrinidhi1810@gmail.com \
    --cc=benh@kernel.crashing.org \
    --cc=geoff@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    --cc=paulus@samba.org \
    /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).