staging: netlogic: coding style fixup

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>
This commit is contained in:
Mostyn Bramley-Moore 2014-07-26 14:49:58 +02:00 committed by Greg Kroah-Hartman
parent 66e24b7686
commit d54313cf00

View 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 */