diff --git a/tools/scripts/ath12k/ath12k-check b/tools/scripts/ath12k/ath12k-check index 1b13dfb..4e31487 100755 --- a/tools/scripts/ath12k/ath12k-check +++ b/tools/scripts/ath12k/ath12k-check @@ -90,7 +90,10 @@ checkpatch_filter = [ ('for_each_ar', 'MACRO_ARG_REUSE'), ] -sparse_filter = [] +sparse_filter = [ + # sparse doesn't correctly handle guard() + r'warning: context imbalance in .* - wrong count at exit', +] # global variables