lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 8 Feb 2021 07:09:49 +0800
From:   kernel test robot <lkp@...el.com>
To:     Shahar S Matityahu <shahar.s.matityahu@...el.com>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        Luca Coelho <luciano.coelho@...el.com>
Subject: drivers/net/wireless/intel/iwlwifi/mvm/scan.c:2094
 iwl_mvm_scan_umac_v14() warn: inconsistent indenting

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@...el.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

Download attachment ".config.gz" of type "application/gzip" (38134 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ