From: Mahesh Bandewar <[email protected]> Date: Wed, 29 Apr 2015 11:19:16 -0700
> + dev_queue_xmit(skb);
> + } else {
> + kfree_skb(skb);
> }
> }
> + return;
> }
>
Please do not add trailing return statements to functions returning
void.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
