diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-09-14 05:50:11 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-09-18 03:45:20 -0400 |
commit | c6e2e60e858efa8dd92d94f5d442068fb12b9967 (patch) | |
tree | 8ffe282ae75f818b49dac457aa4960bb6113f173 /drivers/net/wireless/ath/ath10k/wmi.c | |
parent | 5b07e07fd0a9432b6910badfdb084112be4390af (diff) |
ath10k: fix use of multiple blank lines
Fixes checkpatch warnings:
CHECK: Please don't use multiple blank lines
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c index 3b5749d8b081..ed438edb9763 100644 --- a/drivers/net/wireless/ath/ath10k/wmi.c +++ b/drivers/net/wireless/ath/ath10k/wmi.c | |||
@@ -1511,7 +1511,6 @@ static u32 ath10k_p2p_calc_noa_ie_len(struct wmi_p2p_noa_info *noa) | |||
1511 | u8 opp_ps_info = noa->ctwindow_oppps; | 1511 | u8 opp_ps_info = noa->ctwindow_oppps; |
1512 | bool opps_enabled = !!(opp_ps_info & WMI_P2P_OPPPS_ENABLE_BIT); | 1512 | bool opps_enabled = !!(opp_ps_info & WMI_P2P_OPPPS_ENABLE_BIT); |
1513 | 1513 | ||
1514 | |||
1515 | if (!noa_descriptors && !opps_enabled) | 1514 | if (!noa_descriptors && !opps_enabled) |
1516 | return len; | 1515 | return len; |
1517 | 1516 | ||
@@ -1568,7 +1567,6 @@ cleanup: | |||
1568 | kfree(old_data); | 1567 | kfree(old_data); |
1569 | } | 1568 | } |
1570 | 1569 | ||
1571 | |||
1572 | static void ath10k_wmi_event_host_swba(struct ath10k *ar, struct sk_buff *skb) | 1570 | static void ath10k_wmi_event_host_swba(struct ath10k *ar, struct sk_buff *skb) |
1573 | { | 1571 | { |
1574 | struct wmi_host_swba_event *ev; | 1572 | struct wmi_host_swba_event *ev; |