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
| ||
|
Message-Id: <20101009.092353.57476425.davem@davemloft.net> Date: Sat, 09 Oct 2010 09:23:53 -0700 (PDT) From: David Miller <davem@...emloft.net> To: mcarlson@...adcom.com Cc: nikai@...ai.net, mchan@...adcom.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] net/tg3: simplify conditional From: "Matt Carlson" <mcarlson@...adcom.com> Date: Fri, 8 Oct 2010 10:43:12 -0700 > On Fri, Oct 08, 2010 at 02:29:27AM -0700, Nicolas Kaiser wrote: >> Simplify: ((a && !b) || (!a && b)) => (a != b) >> >> Signed-off-by: Nicolas Kaiser <nikai@...ai.net> ... > Looks good to me. Applied. Matt, you can give an "Acked-by: " tag to indicate your approval of a patch in the future :-) Thanks. -- 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