diff options
| author | Harsh Jain <h.jain@amd.com> | 2026-01-27 12:31:55 +0530 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-02-06 18:52:22 +0800 |
| commit | cd576c831e86f48f7cdc7a658d6596fe7be46ae2 (patch) | |
| tree | 6a58c363f1d23118f0155ffd4088b1a1a2358daa | |
| parent | 8b3ad41479b07d2b677f14a91358aaf804f740c3 (diff) | |
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>
| -rw-r--r-- | drivers/crypto/xilinx/zynqmp-aes-gcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/xilinx/zynqmp-aes-gcm.c b/drivers/crypto/xilinx/zynqmp-aes-gcm.c index 53c9cb2224bd..2421bf30556d 100644 --- a/drivers/crypto/xilinx/zynqmp-aes-gcm.c +++ b/drivers/crypto/xilinx/zynqmp-aes-gcm.c @@ -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 = { |
