All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gokce Kuler <gokcekuler@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: gregkh@linuxfoundation.org
Subject: [PATCH] staging: ralink-gdma: add blank line
Date: Fri, 27 Mar 2020 01:13:35 +0300	[thread overview]
Message-ID: <20200326221335.GA25502@siyah2> (raw)

Add missing blank line after declarations to follow 
the Linux kernel coding conventions.

Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
 drivers/staging/ralink-gdma/ralink-gdma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/ralink-gdma/ralink-gdma.c b/drivers/staging/ralink-gdma/ralink-gdma.c
index eabf109..b43f37f2 100644
--- a/drivers/staging/ralink-gdma/ralink-gdma.c
+++ b/drivers/staging/ralink-gdma/ralink-gdma.c
@@ -123,6 +123,7 @@ struct gdma_dma_dev {
 	void __iomem *base;
 	struct tasklet_struct task;
 	volatile unsigned long chan_issued;
+
 	atomic_t cnt;
 
 	struct gdma_dmaengine_chan chan[];
-- 
2.7.4



             reply	other threads:[~2020-03-26 22:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26 22:13 Gokce Kuler [this message]
2020-03-27  6:37 ` [PATCH] staging: ralink-gdma: add blank line Greg KH

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=20200326221335.GA25502@siyah2 \
    --to=gokcekuler@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.