2021-03-18 14:21:54

by Stephan Müller

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

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 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 <[email protected]>

Thank you

Reviewed-by: Stephan Mueller <[email protected]>