public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2094 iwl_mvm_scan_umac_v14() warn: inconsistent indenting
@ 2021-02-07 23:09 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-02-07 23:09 UTC (permalink / raw)
  To: Shahar S Matityahu; +Cc: kbuild-all, linux-kernel, Luca Coelho

[-- Attachment #1: Type: text/plain, Size: 2225 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   61556703b610a104de324e4f061dc6cf7b218b46
commit: 453f26822844bf08991616b9d5def122deba8514 iwlwifi: scan: support scan req cmd ver 14
date:   11 months ago
config: x86_64-randconfig-m001-20210208 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

New smatch warnings:
drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2094 iwl_mvm_scan_umac_v14() warn: inconsistent indenting

Old smatch warnings:
drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2027 iwl_mvm_scan_umac_v12() warn: inconsistent indenting
drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2060 iwl_mvm_scan_umac_v13() warn: inconsistent indenting

vim +2094 drivers/net/wireless/intel/iwlwifi/mvm/scan.c

  2073	
  2074	static int iwl_mvm_scan_umac_v14(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
  2075					 struct iwl_mvm_scan_params *params, int type,
  2076					 int uid)
  2077	{
  2078		struct iwl_scan_req_umac_v14 *cmd = mvm->scan_cmd;
  2079		struct iwl_scan_req_params_v14 *scan_p = &cmd->scan_params;
  2080		int ret;
  2081		u16 gen_flags;
  2082		u32 bitmap_ssid = 0;
  2083	
  2084		mvm->scan_uid_status[uid] = type;
  2085	
  2086		cmd->ooc_priority = cpu_to_le32(iwl_mvm_scan_umac_ooc_priority(params));
  2087		cmd->uid = cpu_to_le32(uid);
  2088	
  2089		gen_flags = iwl_mvm_scan_umac_flags_v2(mvm, params, vif, type);
  2090		iwl_mvm_scan_umac_fill_general_p_v10(mvm, params, vif,
  2091						     &scan_p->general_params,
  2092						     gen_flags);
  2093	
> 2094		 ret = iwl_mvm_fill_scan_sched_params(params,
  2095						      scan_p->periodic_params.schedule,
  2096						      &scan_p->periodic_params.delay);
  2097		if (ret)
  2098			return ret;
  2099	
  2100		iwl_mvm_scan_umac_fill_probe_p_v4(params, &scan_p->probe_params,
  2101						  &bitmap_ssid);
  2102		iwl_mvm_scan_umac_fill_ch_p_v6(mvm, params, vif,
  2103					       &scan_p->channel_params, bitmap_ssid);
  2104	
  2105		return 0;
  2106	}
  2107	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 38134 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-07 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-07 23:09 drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2094 iwl_mvm_scan_umac_v14() warn: inconsistent indenting kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox