[PATCH] wifi: ath11k: Remove redundant semicolons
Jeff Johnson
jeff.johnson at oss.qualcomm.com
Wed Sep 17 13:29:47 PDT 2025
On 8/12/2025 12:52 AM, Liao Yuanhong wrote:
> Remove unnecessary semicolons.
There is only one so s/semicolons/semicolon/ here and in subject
>
> Fixes: d5c65159f2895 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
Drop this since this isn't a bug fix that needs to be backported
> Signed-off-by: Liao Yuanhong <liaoyuanhong at vivo.com>
> ---
> drivers/net/wireless/ath/ath11k/dp_rx.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/wireless/ath/ath11k/dp_rx.c b/drivers/net/wireless/ath/ath11k/dp_rx.c
> index ffc7482c77b6..b9e976ddcbbf 100644
> --- a/drivers/net/wireless/ath/ath11k/dp_rx.c
> +++ b/drivers/net/wireless/ath/ath11k/dp_rx.c
> @@ -4615,7 +4615,6 @@ static void ath11k_hal_rx_msdu_list_get(struct ath11k *ar,
> msdu_details[i].buf_addr_info.info0) == 0) {
> msdu_desc_info = &msdu_details[i - 1].rx_msdu_info;
> msdu_desc_info->info0 |= last;
> - ;
> break;
> }
> msdu_desc_info = &msdu_details[i].rx_msdu_info;
No need to repost -- I'll incorporate these changes when I process the patch.
/jeff
More information about the ath11k
mailing list