Re: [PATCH] crypto: fix semicolon.cocci warnings

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

 



Am Mittwoch, 15. Juni 2016, 19:13:25 schrieb kbuild test robot:

Hi Fengguang,

> crypto/drbg.c:1637:39-40: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.

Thank you!

> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Stephan Mueller <smueller@xxxxxxxxxx>
> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>

Acked-by: Stephan Mueller <smueller@xxxxxxxxxx>
> ---
> 
>  drbg.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/crypto/drbg.c
> +++ b/crypto/drbg.c
> @@ -1634,7 +1634,7 @@ static int drbg_fini_sym_kernel(struct d
>  	drbg->ctr_handle = NULL;
> 
>  	if (drbg->ctr_req)
> -		skcipher_request_free(drbg->ctr_req);;
> +		skcipher_request_free(drbg->ctr_req);
>  	drbg->ctr_req = NULL;
> 
>  	kfree(drbg->ctr_null_value_buf);


Ciao
Stephan
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



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

  Powered by Linux