From: Greg KH <gregkh@linuxfoundation.org>
To: Gokce Kuler <gokcekuler@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [PATCH] staging: ralink-gdma: add blank line
Date: Fri, 27 Mar 2020 07:37:06 +0100 [thread overview]
Message-ID: <20200327063706.GH1601217@kroah.com> (raw)
In-Reply-To: <20200326221335.GA25502@siyah2>
On Fri, Mar 27, 2020 at 01:13:35AM +0300, Gokce Kuler wrote:
> 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[];
No, you need to remove a blank line here to get this right, not add one.
Look at the list of variables...
thanks,
greg k-h
prev parent reply other threads:[~2020-03-27 6:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-26 22:13 [PATCH] staging: ralink-gdma: add blank line Gokce Kuler
2020-03-27 6:37 ` Greg KH [this message]
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=20200327063706.GH1601217@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=gokcekuler@gmail.com \
--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.