Commit 0dc26931 authored by YueHaibing's avatar YueHaibing Committed by Kalle Valo

ath10k: remove unneeded semicolon

remove unneeded semicolon.
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent bfd6e6e6
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment