Skip to content

Commit cd576c8

Browse files
harshj-xlnxherbertx
authored andcommitted
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>
1 parent 8b3ad41 commit cd576c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/crypto/xilinx/zynqmp-aes-gcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ static void xilinx_aes_aead_remove(struct platform_device *pdev)
984984
for (int i = 0; aead_dev->aead_algs[i].dma_bit_mask; i++)
985985
crypto_engine_unregister_aead(&aead_dev->aead_algs[i].aead);
986986

987-
aead_dev = NULL;
987+
aead_dev = NULL;
988988
}
989989

990990
static struct platform_driver xilinx_aes_driver = {

0 commit comments

Comments
 (0)