Browse Source

qcacld-3.0: Add missing blank lines after declarations in HDD

The checkpatch script has identified instances of "Missing a blank
line after declarations" in HDD, so add them.

Change-Id: I289072b26e0c9c1f8392616438e304b018d9ecd2
CRs-Fixed: 2198555
Jeff Johnson 7 năm trước cách đây
mục cha
commit
e0847ba99e

+ 1 - 0
core/hdd/src/wlan_hdd_assoc.c

@@ -3131,6 +3131,7 @@ hdd_association_completion_handler(struct hdd_adapter *adapter,
 #endif
 	} else {
 		bool connect_timeout = false;
+
 		if (roam_info && roam_info->is_fils_connection &&
 		    eCSR_ROAM_RESULT_SCAN_FOR_SSID_FAILURE == roamResult)
 			qdf_copy_macaddr(&roam_info->bssid,

+ 1 - 0
core/hdd/src/wlan_hdd_cfg80211.c

@@ -14179,6 +14179,7 @@ int wlan_hdd_cfg80211_update_band(struct hdd_context *hdd_ctx, struct wiphy *wip
 static void wlan_hdd_cfg80211_scan_randomization_init(struct wiphy *wiphy)
 {
 	struct hdd_context *hdd_ctx;
+
 	hdd_ctx = wiphy_priv(wiphy);
 
 	if (false == hdd_ctx->config->enable_mac_spoofing) {

+ 1 - 0
core/hdd/src/wlan_hdd_main.c

@@ -10848,6 +10848,7 @@ void hdd_softap_sta_disassoc(struct hdd_adapter *adapter,
 {
 	struct sir_peer_sta_info peer_sta_info;
 	struct hdd_station_info *stainfo;
+
 	ENTER();
 
 	/* Ignore request to disassoc bcmc station */

+ 1 - 0
core/hdd/src/wlan_hdd_scan.c

@@ -1007,6 +1007,7 @@ static int __wlan_hdd_cfg80211_vendor_scan(struct wiphy *wiphy,
 	count = 0;
 	if (tb[QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS]) {
 		int ssid_length;
+
 		nla_for_each_nested(attr, tb[QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS],
 				tmp) {
 			ssid_length = nla_len(attr);