diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-07-07 11:05:46 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-07-15 11:43:22 +0300 |
commit | 1353e576ae3b7b9703b74f6f2276b6dd450f4a2e (patch) | |
tree | 071d33ba2a0e7e59f5db6bc6bf7819fbc4403f14 /crypto/fips.c | |
parent | b77e34f5b10de529255c9468203d0644a7af3b81 (diff) | |
download | linux-1353e576ae3b7b9703b74f6f2276b6dd450f4a2e.tar.xz |
crypto: x86/blowfish - remove redundant assignment to variable nytes
Variable nbytes is being assigned a value that is never read, it is
being re-assigned in the next statement in the while-loop. The
assignment is redundant and can be removed.
Cleans up clang scan-build warnings, e.g.:
arch/x86/crypto/blowfish_glue.c:147:10: warning: Although the value
stored to 'nbytes' is used in the enclosing expression, the value
is never actually read from 'nbytes'
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/fips.c')
0 files changed, 0 insertions, 0 deletions