public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/4] staging: ozwpan: fix redundant return in void function
@ 2014-09-07 18:25 anicoara
  2014-09-08  6:40 ` Tobias Klauser
  0 siblings, 1 reply; 2+ messages in thread
From: anicoara @ 2014-09-07 18:25 UTC (permalink / raw)
  To: shigekatsu.tateno; +Cc: gregkh, devel, linux-kernel

Signed-off-by: Adrian Nicoara <anicoara@uwaterloo.ca>
---
Patch submitted as part of the Eudyptula challenge.

 drivers/staging/ozwpan/ozproto.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/ozwpan/ozproto.c b/drivers/staging/ozwpan/ozproto.c
index cae0e6f..3d3a3a8 100644
--- a/drivers/staging/ozwpan/ozproto.c
+++ b/drivers/staging/ozwpan/ozproto.c
@@ -112,7 +112,6 @@ static void oz_send_conn_rsp(struct oz_pd *pd, u8 status)
 	}
 	oz_dbg(ON, "TX: OZ_ELT_CONNECT_RSP %d", status);
 	dev_queue_xmit(skb);
-	return;
 }

 /*
--
2.0.1


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

* Re: [PATCH 3/4] staging: ozwpan: fix redundant return in void function
  2014-09-07 18:25 [PATCH 3/4] staging: ozwpan: fix redundant return in void function anicoara
@ 2014-09-08  6:40 ` Tobias Klauser
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klauser @ 2014-09-08  6:40 UTC (permalink / raw)
  To: anicoara; +Cc: shigekatsu.tateno, devel, gregkh, linux-kernel

Your From: line does not contain a real name and does not match your
Signed-off-by line, please check your e-mail client settings.

On 2014-09-07 at 20:25:35 +0200, anicoara <anicoara@uwaterloo.ca> wrote:
> Signed-off-by: Adrian Nicoara <anicoara@uwaterloo.ca>

No changelog text? Please add a short notice, describing why this change
is done.

> ---
> Patch submitted as part of the Eudyptula challenge.
> 
>  drivers/staging/ozwpan/ozproto.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/ozwpan/ozproto.c b/drivers/staging/ozwpan/ozproto.c
> index cae0e6f..3d3a3a8 100644
> --- a/drivers/staging/ozwpan/ozproto.c
> +++ b/drivers/staging/ozwpan/ozproto.c
> @@ -112,7 +112,6 @@ static void oz_send_conn_rsp(struct oz_pd *pd, u8 status)
>  	}
>  	oz_dbg(ON, "TX: OZ_ELT_CONNECT_RSP %d", status);
>  	dev_queue_xmit(skb);
> -	return;
>  }
> 
>  /*
> --
> 2.0.1
> 
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
> 

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

end of thread, other threads:[~2014-09-08  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-07 18:25 [PATCH 3/4] staging: ozwpan: fix redundant return in void function anicoara
2014-09-08  6:40 ` Tobias Klauser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox