ソースを参照

qcacld-3.0: Fix whitespace in hdd_update_scan_config()

Change "qcacld-3.0: Add knobs to configure the scan paramters"
(Change-Id: I65a3734d8080d8adfe3e9ffa26905e6adc196197) introduced two
instances of "space prohibited before semicolon" flagged by
checkpatch, so fix these issues.

Change-Id: I5bce6d38d9ef0910f9dd6112971c90bbb3f2496f
CRs-Fixed: 2140342
Jeff Johnson 7 年 前
コミット
81c00d057d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      core/hdd/src/wlan_hdd_main.c

+ 2 - 2
core/hdd/src/wlan_hdd_main.c

@@ -12125,8 +12125,8 @@ static int hdd_update_scan_config(struct hdd_context *hdd_ctx)
 	scan_cfg.rssi_cat_gap = cfg->nRssiCatGap;
 	scan_cfg.scan_dwell_time_mode = cfg->scan_adaptive_dwell_mode;
 	scan_cfg.is_snr_monitoring_enabled = cfg->fEnableSNRMonitoring;
-	scan_cfg.usr_cfg_probe_rpt_time = cfg->scan_probe_repeat_time ;
-	scan_cfg.usr_cfg_num_probes = cfg->scan_num_probes ;
+	scan_cfg.usr_cfg_probe_rpt_time = cfg->scan_probe_repeat_time;
+	scan_cfg.usr_cfg_num_probes = cfg->scan_num_probes;
 	scan_cfg.is_bssid_hint_priority = cfg->is_bssid_hint_priority;
 	scan_cfg.enable_mac_spoofing = cfg->enable_mac_spoofing;