mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
crypto: xilinx - Fix inconsistant indentation
Fix smatch inconsistant code warning. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202601251908.baMDVVgW-lkp@intel.com/ Signed-off-by: Harsh Jain <h.jain@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
8b3ad41479
commit
cd576c831e
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ static void xilinx_aes_aead_remove(struct platform_device *pdev)
|
|||
for (int i = 0; aead_dev->aead_algs[i].dma_bit_mask; i++)
|
||||
crypto_engine_unregister_aead(&aead_dev->aead_algs[i].aead);
|
||||
|
||||
aead_dev = NULL;
|
||||
aead_dev = NULL;
|
||||
}
|
||||
|
||||
static struct platform_driver xilinx_aes_driver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue