From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Thu, 30 Jun 2016 12:33:27 +0000 Subject: Re: [patch] crypto: sha256-mb - cleanup a || vs | typo Message-Id: <20160630123327.GD32301@mwanda> List-Id: References: <20160629144242.GE22818@mwanda> <8538242a-eab7-127e-e47e-26027fee4f6d@zytor.com> <20160630075056.GR32247@mwanda> <1467285386.24287.143.camel@perches.com> <57750665.7000703@bfs.de> In-Reply-To: <57750665.7000703@bfs.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: walter harms Cc: Joe Perches , "H. Peter Anvin" , Herbert Xu , "David S. Miller" , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Tim Chen , Megha Dey , "Wang, Rui Y" , Denys Vlasenko , Xiaodong Liu , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org The difference between | and || is that || has ordering constraints. It's from the C standard, and not the compiler version. regards, dan carpenter From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [patch] crypto: sha256-mb - cleanup a || vs | typo Date: Thu, 30 Jun 2016 15:33:27 +0300 Message-ID: <20160630123327.GD32301@mwanda> References: <20160629144242.GE22818@mwanda> <8538242a-eab7-127e-e47e-26027fee4f6d@zytor.com> <20160630075056.GR32247@mwanda> <1467285386.24287.143.camel@perches.com> <57750665.7000703@bfs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joe Perches , "H. Peter Anvin" , Herbert Xu , "David S. Miller" , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Tim Chen , Megha Dey , "Wang, Rui Y" , Denys Vlasenko , Xiaodong Liu , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org To: walter harms Return-path: Content-Disposition: inline In-Reply-To: <57750665.7000703@bfs.de> Sender: kernel-janitors-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org The difference between | and || is that || has ordering constraints. It's from the C standard, and not the compiler version. regards, dan carpenter