Jules Irenge <jbi.octave@xxxxxxxxx> wrote: > Sparse reports warnings at prism2_bss_list_proc_start() and prism2_bss_list_proc_stop() > > warning: context imbalance in prism2_wds_proc_stop() - unexpected unlock > warning: context imbalance in prism2_bss_list_proc_start() - wrong count at exit > > The root cause is the missing annotations at prism2_bss_list_proc_start() > > Add the missing __acquires(&local->lock) annotation > Add the missing __releases(&local->lock) annotation > > Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. 1c0e3c73e98d hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_bss_list_proc_stop -- https://patchwork.kernel.org/patch/11483853/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches