From: Greg KH <gregkh@linuxfoundation.org>
To: "Hatice ERTÜRK" <haticeerturk27@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging: octeon: Add a blank line
Date: Thu, 26 Feb 2015 15:26:50 -0800 [thread overview]
Message-ID: <20150226232650.GA31108@kroah.com> (raw)
In-Reply-To: <1424988663-11632-1-git-send-email-haticeerturk27@gmail.com>
On Fri, Feb 27, 2015 at 12:11:03AM +0200, Hatice ERT�RK wrote:
> Missing a blank line after declarations. That's why add a blank line
> after declaration.
>
> Signed-off-by: Hatice ERTURK <haticeerturk27@gmail.com>
> ---
> drivers/staging/octeon/ethernet-rx.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c
> index fcbe836..9836899 100644
> --- a/drivers/staging/octeon/ethernet-rx.c
> +++ b/drivers/staging/octeon/ethernet-rx.c
> @@ -214,6 +214,7 @@ static int cvm_oct_napi_poll(struct napi_struct *napi, int budget)
> did_work_request = 0;
> if (work == NULL) {
> union cvmx_pow_wq_int wq_int;
> +
> wq_int.u64 = 0;
> wq_int.s.iq_dis = 1 << pow_receive_group;
> wq_int.s.wq_int = 1 << pow_receive_group;
> --
> 1.9.1
This patch doesn't apply, I think someone else already did this change
:(
prev parent reply other threads:[~2015-02-26 23:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-26 22:11 [PATCH] Staging: octeon: Add a blank line Hatice ERTÜRK
2015-02-26 23:26 ` 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=20150226232650.GA31108@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=haticeerturk27@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.