crypto: inside-secure - fix coding style for a condition
authorAntoine Tenart <antoine.tenart@bootlin.com>
Mon, 27 May 2019 14:50:55 +0000 (16:50 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Jun 2019 06:38:55 +0000 (14:38 +0800)
This cosmetic patch fixes a cosmetic issue with if brackets.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/inside-secure/safexcel.c

index 86c699c..263bd4c 100644 (file)
@@ -720,11 +720,10 @@ handle_results:
        }
 
 acknowledge:
-       if (i) {
+       if (i)
                writel(EIP197_xDR_PROC_xD_PKT(i) |
                       EIP197_xDR_PROC_xD_COUNT(tot_descs * priv->config.rd_offset),
                       EIP197_HIA_RDR(priv, ring) + EIP197_HIA_xDR_PROC_COUNT);
-       }
 
        /* If the number of requests overflowed the counter, try to proceed more
         * requests.