Re: [PATCH] wifi: ath12k: Constify struct ath12k_dp_arch_ops
Christophe JAILLET <[email protected]> Tue, 14 Jul 2026 10:20:56 +0200
| Newsgroups | org.kernel.vger.kernel-janitors,org.infradead.lists.ath12k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
Le 14/07/2026 à 08:57, Ping-Ke Shih a écrit : > Christophe JAILLET <[email protected]> wrote: >> --- a/drivers/net/wireless/ath/ath12k/wifi7/dp.c >> +++ b/drivers/net/wireless/ath/ath12k/wifi7/dp.c >> @@ -139,7 +139,7 @@ static int ath12k_wifi7_dp_service_srng(struct ath12k_dp *dp, >> return tot_work_done; >> } >> >> -static struct ath12k_dp_arch_ops ath12k_wifi7_dp_arch_ops = { >> +static struct ath12k_dp_arch_ops ath12k_wifi7_dp_arch_ops = { > > Did you miss 'const' here? > > My bad! I reverted the change to compute the size before/after and forgot to add it back before posting. Sorry, I'll send a v2. CJ