aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2019-08-17 16:24:29 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-08-22 14:57:34 +1000
commitaca1111965d78477f9169c0df54d0ea06173572f (patch)
tree8079a82367045d149607adb960fdeae67de207a6 /crypto
parentcrypto: vmx/xts - use fallback for ciphertext stealing (diff)
downloadlinux-dev-aca1111965d78477f9169c0df54d0ea06173572f.tar.xz
linux-dev-aca1111965d78477f9169c0df54d0ea06173572f.zip
crypto: sha256 - Fix some coding style issues
For some reason after the first 15 steps the last statement of each step ends with "t1+t2", missing spaces around the "+". This commit fixes this. This was done with a 's/= t1+t2/= t1 + t2/' to make sure no functional changes are introduced. Note the main goal of this is to make lib/sha256.c's sha256_transform and its helpers identical in formatting too the duplcate implementation in crypto/sha256_generic.c so that "diff -u" can be used to compare them to prove that no functional changes are made when further patches in this series consolidate the 2 implementations into 1. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions