qcacld-3.0: HDD: Fix checkpatch line spacing issues

Fix checkpatch line spacing issues.

Change-Id: Ib107ef27c2d39c84113b50c5d6cd4fb778f62ed4
CRs-Fixed: 2311614
This commit is contained in:
Srinivas Girigowda
2018-09-07 15:21:01 -07:00
committed by nshrivas
parent 683726a56b
commit 5033534f74
2 changed files with 3 additions and 0 deletions

View File

@@ -6279,6 +6279,7 @@ __wlan_hdd_cfg80211_set_wifi_test_config(struct wiphy *wiphy,
if (tb[QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_NO_ACK]) {
int he_mcs_val;
if (tb[QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_NO_ACK_AC]) {
ac = nla_get_u8(tb[
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_NO_ACK_AC]);
@@ -17882,6 +17883,7 @@ static void hdd_fill_pmksa_info(struct hdd_adapter *adapter,
struct cfg80211_pmksa *pmksa, bool is_delete)
{
mac_handle_t mac_handle;
hdd_debug("%s PMKSA for " MAC_ADDRESS_STR, is_delete ? "Delete" : "Set",
MAC_ADDR_ARRAY(pmksa->bssid));
qdf_mem_copy(pmk_cache->BSSID.bytes,

View File

@@ -7449,6 +7449,7 @@ static void hdd_pld_request_bus_bandwidth(struct hdd_context *hdd_ctx,
bool tx_level_change = false;
bool rxthread_high_tput_req = false;
bool dptrace_high_tput_req;
if (total_pkts > hdd_ctx->config->busBandwidthHighThreshold)
next_vote_level = PLD_BUS_WIDTH_HIGH;
else if (total_pkts > hdd_ctx->config->busBandwidthMediumThreshold)