* [iwlwifi-next:pending 43/52] drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2265:2-3: Unneeded semicolon
@ 2019-10-20 10:59 kbuild test robot
2019-10-20 10:59 ` [PATCH] iwlwifi: scan: fix semicolon.cocci warnings kbuild test robot
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2019-10-20 10:59 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git pending
head: 19d75c40ca880b839c98ee67cfeb207ca0108d0f
commit: bc86402a8cc889c34ac4102f142f4c299b2dbcc5 [43/52] iwlwifi: scan: make new scan req versioning flow
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
coccinelle warnings: (new ones prefixed by >>)
>> drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2265:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] iwlwifi: scan: fix semicolon.cocci warnings
2019-10-20 10:59 [iwlwifi-next:pending 43/52] drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2265:2-3: Unneeded semicolon kbuild test robot
@ 2019-10-20 10:59 ` kbuild test robot
0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2019-10-20 10:59 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 980 bytes --]
From: kbuild test robot <lkp@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2265:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: bc86402a8cc8 ("iwlwifi: scan: make new scan req versioning flow")
CC: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git pending
head: 19d75c40ca880b839c98ee67cfeb207ca0108d0f
commit: bc86402a8cc889c34ac4102f142f4c299b2dbcc5 [43/52] iwlwifi: scan: make new scan req versioning flow
scan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/wireless/intel/iwlwifi/mvm/scan.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/scan.c
@@ -2262,7 +2262,7 @@ static int iwl_scan_req_umac_get_size(u8
{
switch (scan_ver) {
IWL_SCAN_REQ_UMAC_HANDLE_SIZE(11);
- };
+ }
return 0;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-20 10:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 10:59 [iwlwifi-next:pending 43/52] drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2265:2-3: Unneeded semicolon kbuild test robot
2019-10-20 10:59 ` [PATCH] iwlwifi: scan: fix semicolon.cocci warnings kbuild 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.