From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752149AbcF3Mea (ORCPT ); Thu, 30 Jun 2016 08:34:30 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:27979 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbcF3Me2 (ORCPT ); Thu, 30 Jun 2016 08:34:28 -0400 Date: Thu, 30 Jun 2016 15:33:27 +0300 From: Dan Carpenter 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 Subject: Re: [patch] crypto: sha256-mb - cleanup a || vs | typo 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 Content-Disposition: inline In-Reply-To: <57750665.7000703@bfs.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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