diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-09-14 13:50:11 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-09-18 11:45:20 +0400 |
commit | c6e2e60e858efa8dd92d94f5d442068fb12b9967 (patch) | |
tree | 8ffe282ae75f818b49dac457aa4960bb6113f173 /drivers/net/wireless/ath/ath10k/htt_tx.c | |
parent | 5b07e07fd0a9432b6910badfdb084112be4390af (diff) | |
download | linux-c6e2e60e858efa8dd92d94f5d442068fb12b9967.tar.xz |
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/htt_tx.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htt_tx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt_tx.c b/drivers/net/wireless/ath/ath10k/htt_tx.c index eaa73aa99c20..1ab64631ba1b 100644 --- a/drivers/net/wireless/ath/ath10k/htt_tx.c +++ b/drivers/net/wireless/ath/ath10k/htt_tx.c @@ -377,7 +377,6 @@ int ath10k_htt_mgmt_tx(struct ath10k_htt *htt, struct sk_buff *msdu) int msdu_id = -1; int res; - res = ath10k_htt_tx_inc_pending(htt); if (res) goto err; |