All of lore.kernel.org
 help / color / mirror / Atom feed
* [jcmvbkbc-xtensa:xtensa-6.6-rc6-esp32 23/43] checkpatch: WARNING: suspect code indent for conditional statements (8, 15)
@ 2023-10-21  0:02 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-21  0:02 UTC (permalink / raw)
  To: Max Filippov; +Cc: oe-kbuild-all

tree:   https://github.com/jcmvbkbc/linux-xtensa xtensa-6.6-rc6-esp32
head:   7b60fbaf629519456a4de1b76bf9edfb331ffb50
commit: 17fa79c6eaee8ca633215d96ec5740b479d899cf [23/43] drivers/net/wireless/espressif/esp32-ng: update
reproduce: (https://download.01.org/0day-ci/archive/20231021/202310210837.Kpose5NU-lkp@intel.com/reproduce)

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/202310210837.Kpose5NU-lkp@intel.com/

# many are suggestions rather than must-fix

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 15)
#51: FILE: drivers/net/wireless/espressif/esp32-ng/esp_cfg80211.c:623:
+	if (test_bit(ESP_CLEANUP_IN_PROGRESS, &adapter->state_flags)) {
+               return;

WARNING:BRACES: braces {} are not necessary for single statement blocks
#51: FILE: drivers/net/wireless/espressif/esp32-ng/esp_cfg80211.c:623:
+	if (test_bit(ESP_CLEANUP_IN_PROGRESS, &adapter->state_flags)) {
+               return;
+	}

ERROR:CODE_INDENT: code indent should use tabs where possible
#52: FILE: drivers/net/wireless/espressif/esp32-ng/esp_cfg80211.c:624:
+               return;$

WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#155: FILE: drivers/net/wireless/espressif/esp32-ng/esp_sdio_api.h:1:
+// SPDX-License-Identifier: GPL-2.0-only

WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#170: FILE: drivers/net/wireless/espressif/esp32-ng/esp_sdio_decl.h:1:
+// SPDX-License-Identifier: GPL-2.0-only

WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#198: FILE: drivers/net/wireless/espressif/esp32-ng/esp_spi.h:1:
+// SPDX-License-Identifier: GPL-2.0-only

-- 
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:[~2023-10-21  0:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-21  0:02 [jcmvbkbc-xtensa:xtensa-6.6-rc6-esp32 23/43] checkpatch: WARNING: suspect code indent for conditional statements (8, 15) 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.