Re: [PATCH] crypto: jitterentropy: Put constants on the right side of the expression

2021-03-26 Thread Herbert Xu
On Tue, Mar 16, 2021 at 06:44:03PM -0700, Milan Djurovic wrote: > 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 t

Re: [PATCH] crypto: jitterentropy: Put constants on the right side of the expression

2021-03-18 Thread Stephan Mueller
Am Dienstag, dem 16.03.2021 um 18:44 -0700 schrieb Milan Djurovic: > 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

[PATCH] crypto: jitterentropy: Put constants on the right side of the expression

2021-03-16 Thread Milan Djurovic
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: WAR