public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: netlogic: coding style fixup
@ 2014-07-26 12:49 Mostyn Bramley-Moore
  0 siblings, 0 replies; only message in thread
From: Mostyn Bramley-Moore @ 2014-07-26 12:49 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, Mostyn Bramley-Moore

Remove unnecessary return at end of a void function.
Part of the eudyptula challenge: http://eudyptula-challenge.org/

Signed-off-by: Mostyn Bramley-Moore <mbmcode@gmail.com>
---
 drivers/staging/netlogic/xlr_net.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/netlogic/xlr_net.c b/drivers/staging/netlogic/xlr_net.c
index e320d6b..9bf407d 100644
--- a/drivers/staging/netlogic/xlr_net.c
+++ b/drivers/staging/netlogic/xlr_net.c
@@ -185,7 +185,6 @@ static void xlr_net_fmn_handler(int bkt, int src_stnid, int size,
 		if (skb_new)
 			send_to_rfr_fifo(priv, skb_new->data);
 	}
-	return;
 }
 
 /* Ethtool operation */
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-26 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26 12:49 [PATCH] staging: netlogic: coding style fixup Mostyn Bramley-Moore

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