All of lore.kernel.org
 help / color / mirror / Atom feed
* [asahilinux:bits/090-spi-hid 18/19] checkpatch: ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
@ 2026-05-09 13:06 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-05-09 13:06 UTC (permalink / raw)
  To: Hector Martin; +Cc: oe-kbuild-all

tree:   https://github.com/AsahiLinux/linux bits/090-spi-hid
head:   7b3c6e8461f3035d025ece758919facbc1c6d854
commit: e9ca8c87d173cbf7eb2089d7ddec9149e1d608a1 [18/19] HID: Add Apple DockChannel HID transport driver
reproduce: (https://download.01.org/0day-ci/archive/20260509/202605091536.uaECTkDf-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
#1152: FILE: drivers/hid/dockchannel-hid/dockchannel-hid.c:1065:
+	switch (hdr.channel) {
+		case DCHID_CHANNEL_CMD:
[...]
+		case DCHID_CHANNEL_REPORT:
[...]
+		default:

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [asahilinux:bits/090-spi-hid 18/19] checkpatch: ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
@ 2026-05-16  7:42 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-05-16  7:42 UTC (permalink / raw)
  To: Hector Martin; +Cc: oe-kbuild-all

tree:   https://github.com/AsahiLinux/linux bits/090-spi-hid
head:   4a7734273fefe8146bc62984df580ebdb26da586
commit: bb3d46cc422428b575074197c610ffc526fc41ba [18/19] HID: Add Apple DockChannel HID transport driver
reproduce: (https://download.01.org/0day-ci/archive/20260516/202605160946.Fn1uBOPZ-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
#1152: FILE: drivers/hid/dockchannel-hid/dockchannel-hid.c:1065:
+	switch (hdr.channel) {
+		case DCHID_CHANNEL_CMD:
[...]
+		case DCHID_CHANNEL_REPORT:
[...]
+		default:

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-16  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09 13:06 [asahilinux:bits/090-spi-hid 18/19] checkpatch: ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2026-05-16  7:42 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.