* [jcmvbkbc-xtensa:xtensa-6.6-rc6-esp32 24/43] checkpatch: WARNING: suspect code indent for conditional statements (8, 15)
@ 2023-10-21 0:13 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-21 0:13 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: bc0f1640b580ec203008b42df02b139ba6b65967 [24/43] esp_wifi: drop static esp_adapter and esp_get_adapter()
reproduce: (https://download.01.org/0day-ci/archive/20231021/202310210859.znnipbfd-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/202310210859.znnipbfd-lkp@intel.com/
# many are suggestions rather than must-fix
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 15)
#60: FILE: drivers/net/wireless/espressif/esp32-ng/esp_cfg80211.c:623:
+ if (test_bit(ESP_CLEANUP_IN_PROGRESS, &esp_dev->adapter->state_flags)) {
return;
WARNING:BRACES: braces {} are not necessary for single statement blocks
#60: FILE: drivers/net/wireless/espressif/esp32-ng/esp_cfg80211.c:623:
+ if (test_bit(ESP_CLEANUP_IN_PROGRESS, &esp_dev->adapter->state_flags)) {
return;
}
--
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:14 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:13 [jcmvbkbc-xtensa:xtensa-6.6-rc6-esp32 24/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.