ath10k: remove unneeded semicolon

remove unneeded semicolon.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
YueHaibing 2019-10-25 17:10:41 +08:00 committed by Kalle Valo
parent bfd6e6e6c5
commit 0dc269314a

View File

@ -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,