projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfd6e6e
)
ath10k: remove unneeded semicolon
author
YueHaibing
<yuehaibing@huawei.com>
Fri, 25 Oct 2019 09:10:41 +0000
(17:10 +0800)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 31 Oct 2019 08:15:04 +0000
(10:15 +0200)
remove unneeded semicolon.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/htt_rx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htt_rx.c
b/drivers/net/wireless/ath/ath10k/htt_rx.c
index
9f0e7b4
..
d95b63f
100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/
drivers/net/wireless/ath/ath10k/htt_rx.c
@@
-2073,7
+2073,7
@@
static void ath10k_htt_rx_mpdu_desc_pn_hl(struct htt_hl_rx_desc *rx_desc,
case 24:
pn->pn24 = __le32_to_cpu(rx_desc->pn_31_0);
break;
- }
;
+ }
}
static bool ath10k_htt_rx_pn_cmp48(union htt_rx_pn_t *new_pn,