Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Harsh Jain and committed by
Herbert Xu
cd576c83 8b3ad414

+1 -1
+1 -1
drivers/crypto/xilinx/zynqmp-aes-gcm.c
··· 984 984 for (int i = 0; aead_dev->aead_algs[i].dma_bit_mask; i++) 985 985 crypto_engine_unregister_aead(&aead_dev->aead_algs[i].aead); 986 986 987 - aead_dev = NULL; 987 + aead_dev = NULL; 988 988 } 989 989 990 990 static struct platform_driver xilinx_aes_driver = {