From: Mahesh Bandewar <mahe...@google.com>
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to