mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 10:56:40 +00:00
crypto: inside-secure - fix coding style for a condition
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>
This commit is contained in:
parent
dd4306a6f3
commit
0733eabadc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user