Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mostyn Bramley-Moore and committed by
Greg Kroah-Hartman
d54313cf 66e24b76

-1
-1
drivers/staging/netlogic/xlr_net.c
··· 185 185 if (skb_new) 186 186 send_to_rfr_fifo(priv, skb_new->data); 187 187 } 188 - return; 189 188 } 190 189 191 190 /* Ethtool operation */