All of lore.kernel.org
 help / color / mirror / Atom feed
* [zab-rpdfs:rpdfs-initial 1/93] checkpatch: ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
@ 2026-08-01  7:10 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-08-01  7:10 UTC (permalink / raw)
  To: Zach Brown; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/zab/linux-rpdfs.git rpdfs-initial
head:   7dd9571ed4664ad741e8519b4a4369a2d84523f6
commit: e8e76da7ed715ef67ccc4436f4981a5b39983d9f [1/93] rpdfs: initial commit
reproduce: (https://download.01.org/0day-ci/archive/20260801/202608010932.BQ8qB9PL-lkp@intel.com/reproduce)

# many are suggestions rather than must-fix

ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#5989: FILE: fs/rpdfs/net.c:470:
+	switch (nerrno) {
+		case -EIO: return RPDFS_MSG_ERR_EIO;
+		case -ENOMEM: default: return RPDFS_MSG_ERR_EIO;

--
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-08-01  7:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-01  7:10 [zab-rpdfs:rpdfs-initial 1/93] checkpatch: ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent 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.