mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 04:55:54 +07:00
eb9bc8e7af
for condition comparison and cleanup multiline comment style In sha*_ctx_mgr_submit, we currently use the | operator instead of || ((ctx->partial_block_buffer_length) | (len < SHA1_BLOCK_SIZE)) Switching it to || and remove extraneous paranthesis to adhere to coding style. Also cleanup inconsistent multiline comment style. Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
---|---|---|
.. | ||
Makefile | ||
sha256_mb_ctx.h | ||
sha256_mb_mgr_datastruct.S | ||
sha256_mb_mgr_flush_avx2.S | ||
sha256_mb_mgr_init_avx2.c | ||
sha256_mb_mgr_submit_avx2.S | ||
sha256_mb_mgr.h | ||
sha256_mb.c | ||
sha256_x8_avx2.S |