[stefandoesinger-zx297520:dlink 70/130] checkpatch: ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
kernel test robot <[email protected]> Tue, 28 Jul 2026 09:04:50 +0200
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
tree: https://gitlab.com/stefandoesinger/zx297520-kernel dlink head: 3d8eb1c72ad9937912307a2d4f3de812b572b9b3 commit: b3c8f8b4509d1bf92e5421480bedd0ade293d382 [70/130] zx29 qspi driver reproduce: (https://download.01.org/0day-ci/archive/20260728/[email protected]/reproduce) # many are suggestions rather than must-fix ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent #427: FILE: drivers/spi/spi-zx.c:300: + switch (op->addr.buswidth * op->addr.nbytes) { + case 1: ctrl2 |= (ADDR_BYTE_WIDTH_8 << ZX_QSPI_ADDR_BYTE_NUM); break; + case 2: ctrl2 |= (ADDR_BYTE_WIDTH_16 << ZX_QSPI_ADDR_BYTE_NUM); break; + case 3: ctrl2 |= (ADDR_BYTE_WIDTH_24 << ZX_QSPI_ADDR_BYTE_NUM); break; + case 4: ctrl2 |= (ADDR_BYTE_WIDTH_32 << ZX_QSPI_ADDR_BYTE_NUM); break; + default: -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki