All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 3/4] staging: ozwpan: fix redundant return in void function
@ 2014-09-08 18:43 Adrian Nicoara
  0 siblings, 0 replies; only message in thread
From: Adrian Nicoara @ 2014-09-08 18:43 UTC (permalink / raw)
  To: shigekatsu.tateno; +Cc: gregkh, devel, linux-kernel, tklauser

Cleanup checkpatch.pl warnings.

Signed-off-by: Adrian Nicoara <anicoara@uwaterloo.ca>
---
 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] only message in thread

only message in thread, other threads:[~2014-09-08 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 18:43 [PATCH v2 3/4] staging: ozwpan: fix redundant return in void function Adrian Nicoara

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.