Re: [patch] crypto: sha256-mb - cleanup a || vs | typo

From: Dan Carpenter
Date: Thu Jun 30 2016 - 08:34:36 EST


The difference between | and || is that || has ordering constraints.
It's from the C standard, and not the compiler version.

regards,
dan carpenter