Re: [PATCH] crypto: Fixed optimzation to optimization in the file crypto/xor.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/3/21 7:39 AM, Bhaskar Chowdhury wrote:
> 
> s/optimzation/optimization/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Thanks.

> ---
>  crypto/xor.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/crypto/xor.c b/crypto/xor.c
> index eacbf4f93990..c046d074f522 100644
> --- a/crypto/xor.c
> +++ b/crypto/xor.c
> @@ -95,7 +95,7 @@ do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
>  	for (i = 0; i < 3; i++) {
>  		start = ktime_get();
>  		for (j = 0; j < REPS; j++) {
> -			mb(); /* prevent loop optimzation */
> +			mb(); /* prevent loop optimization */
>  			tmpl->do_2(BENCH_SIZE, b1, b2);
>  			mb();
>  		}
> --
> 2.26.2
> 


-- 
~Randy




[Index of Archives]     [Kernel]     [Gnu Classpath]     [Gnu Crypto]     [DM Crypt]     [Netfilter]     [Bugtraq]

  Powered by Linux