]> git.ipfire.org Git - people/ms/linux.git/commit - crypto/jitterentropy.c
crypto: jitterentropy - Put constants on the right side of the expression
authorMilan Djurovic <mdjurovic@zohomail.com>
Wed, 17 Mar 2021 01:44:03 +0000 (18:44 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Mar 2021 09:02:35 +0000 (20:02 +1100)
commit36c25011c27e065e2a7067f4b31878d57695e161
tree9a4d33b36793ad7bf6cee94f6034b9ec594e87ac
parent91253022821def2a986f6d14762cbacde625b73c
crypto: jitterentropy - Put constants on the right side of the expression

This patch fixes the following checkpatch.pl warnings:

crypto/jitterentropy.c:600: WARNING: Comparisons should place the constant on the right side of the test
crypto/jitterentropy.c:681: WARNING: Comparisons should place the constant on the right side of the test
crypto/jitterentropy.c:772: WARNING: Comparisons should place the constant on the right side of the test
crypto/jitterentropy.c:829: WARNING: Comparisons should place the constant on the right side of the test

Signed-off-by: Milan Djurovic <mdjurovic@zohomail.com>
Reviewed-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/jitterentropy.c