All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: octeon: Add a blank line
@ 2015-02-26 22:11 Hatice ERTÜRK
  2015-02-26 23:26 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Hatice ERTÜRK @ 2015-02-26 22:11 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Hatice ERTURK

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Outreachy kernel] [PATCH] Staging: octeon: Add a blank line
  2015-02-26 22:11 [PATCH] Staging: octeon: Add a blank line Hatice ERTÜRK
@ 2015-02-26 23:26 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 23:26 UTC (permalink / raw)
  To: Hatice ERTÜRK; +Cc: outreachy-kernel

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
:(


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-26 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 22:11 [PATCH] Staging: octeon: Add a blank line Hatice ERTÜRK
2015-02-26 23:26 ` [Outreachy kernel] " Greg KH

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.