lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ