* [linux-next:master 9228/9539] drivers/crypto/xilinx/zynqmp-aes-gcm.c:556 xilinx_aes_aead_remove() warn: inconsistent indenting
@ 2026-01-25 11:50 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-01-25 11:50 UTC (permalink / raw)
To: Harsh Jain; +Cc: oe-kbuild-all, Herbert Xu
Hi Harsh,
FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: ca3a02fda4da8e2c1cb6baee5d72352e9e2cfaea
commit: 56934489a80a74a067d9129f025c81d1ebf267a4 [9228/9539] crypto: xilinx - Replace zynqmp prefix with xilinx
config: mips-randconfig-r071-20260125 (https://download.01.org/0day-ci/archive/20260125/202601251908.baMDVVgW-lkp@intel.com/config)
compiler: mips64-linux-gcc (GCC) 15.2.0
smatch version: v0.5.0-8994-gd50c5a4c
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202601251908.baMDVVgW-lkp@intel.com/
smatch warnings:
drivers/crypto/xilinx/zynqmp-aes-gcm.c:556 xilinx_aes_aead_remove() warn: inconsistent indenting
vim +556 drivers/crypto/xilinx/zynqmp-aes-gcm.c
4d96f7d48131fe Kalyani Akula 2020-02-17 548
56934489a80a74 Harsh Jain 2025-12-20 549 static void xilinx_aes_aead_remove(struct platform_device *pdev)
4d96f7d48131fe Kalyani Akula 2020-02-17 550 {
43f0478672c323 Harsh Jain 2025-12-20 551 aead_dev = platform_get_drvdata(pdev);
43f0478672c323 Harsh Jain 2025-12-20 552 crypto_engine_exit(aead_dev->engine);
43f0478672c323 Harsh Jain 2025-12-20 553 for (int i = 0; aead_dev->aead_algs[i].dma_bit_mask; i++)
43f0478672c323 Harsh Jain 2025-12-20 554 crypto_engine_unregister_aead(&aead_dev->aead_algs[i].aead);
4d96f7d48131fe Kalyani Akula 2020-02-17 555
43f0478672c323 Harsh Jain 2025-12-20 @556 aead_dev = NULL;
75578e5c2040b5 Harsh Jain 2025-12-20 557 }
4d96f7d48131fe Kalyani Akula 2020-02-17 558
:::::: The code at line 556 was first introduced by commit
:::::: 43f0478672c3239cd10fd460ae84ba2b3f55dc07 crypto: xilinx - Register H/W key support with paes
:::::: TO: Harsh Jain <h.jain@amd.com>
:::::: CC: Herbert Xu <herbert@gondor.apana.org.au>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-25 11:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-25 11:50 [linux-next:master 9228/9539] drivers/crypto/xilinx/zynqmp-aes-gcm.c:556 xilinx_aes_aead_remove() warn: inconsistent indenting kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.