staging: netlogic: coding style fixup
authorMostyn Bramley-Moore <mbmcode@gmail.com>
Sat, 26 Jul 2014 12:49:58 +0000 (14:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Jul 2014 15:57:38 +0000 (08:57 -0700)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/netlogic/xlr_net.c

index e320d6b..9bf407d 100644 (file)
@@ -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 */