OSDN Git Service

crypto: sha256_generic - Fix some coding style issues
authorHans de Goede <hdegoede@redhat.com>
Sat, 17 Aug 2019 14:24:30 +0000 (16:24 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Aug 2019 04:57:35 +0000 (14:57 +1000)
commit1a01333d313447f0cdfcc2882ea3afe387a24be0
tree14f3a081ebae5ad32d8c1e4ca99d8c1041527e2a
parentaca1111965d78477f9169c0df54d0ea06173572f
crypto: sha256_generic - Fix some coding style issues

Add a bunch of missing spaces after commas and arround operators.

Note the main goal of this is to make sha256_transform and its helpers
identical in formatting too the duplcate implementation in lib/sha256.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>
crypto/sha256_generic.c