Johannes Berg <johannes@xxxxxxxxxxxxxxxx> writes: > On Wed, 2024-08-21 at 18:37 +0300, Kalle Valo wrote: >> >> /* TODO: Recalc radar detection */ >> - >> -unlock: >> } > > I guess this is the sparse warning, but I think this is an error at > least in clang without removing the label or putting a ; after the > label, so you might want to fix it in the same patch. Good point, clang gives two warnings on patch 1: drivers/net/wireless/ath/ath12k/mac.c:7560:1: warning: label at end of compound statement is a C23 extension [-Wc23-drivers/net/wireless/ath/ath12k/mac.c:8376:1: warning: unused label 'exit' [-Wunused-label] I'll fix these in v2. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches