[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150501.210923.105876798516918879.davem@davemloft.net>
Date: Fri, 01 May 2015 21:09:23 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: maheshb@...gle.com
Cc: netdev@...r.kernel.org, edumazet@...gle.com, dcbw@...hat.com
Subject: Re: [PATCH next v2 1/3] ipvlan: Defer multicast / broadcast
processing to a work-queue
From: Mahesh Bandewar <maheshb@...gle.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists