aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJules Irenge <[email protected]>2020-04-11 01:19:27 +0100
committerKalle Valo <[email protected]>2020-04-15 11:42:22 +0300
commit1c0e3c73e98dd55bc9551279fed6233997425c23 (patch)
treeba08030a34f818c713aae64d4165433337a45800 /tools/perf/scripts/python
parent297bcf8222f222fd7defead862de4b8e3ea0b08a (diff)
hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_bss_list_proc_stop
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 <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions