Skip to content

Commit e95dc03

Browse files
committed
MISRA: Update path for bsearch devation
This ought to have been part of the original patch, so as to avoid breaking CI. Fixes: 31c0d6f ("xen/bsearch: Split out of lib.h into it's own header") Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
1 parent 31c0d6f commit e95dc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/eclair_analysis/ECLAIR/deviations.ecl

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Therefore the absence of prior declarations is safe."
231231

232232
-doc_begin="Given that bsearch and sort are defined with the attribute 'gnu_inline', it's deliberate not to have a prior declaration.
233233
See Section \"6.33.1 Common Function Attributes\" of \"GCC_MANUAL\" for a full explanation of gnu_inline."
234-
-file_tag+={bsearch_sort, "^xen/include/xen/(sort|lib)\\.h$"}
234+
-file_tag+={bsearch_sort, "^xen/include/xen/(sort|bsearch)\\.h$"}
235235
-config=MC3A2.R8.4,reports+={deliberate, "any_area(any_loc(file(bsearch_sort))&&decl(name(bsearch||sort)))"}
236236
-doc_end
237237

0 commit comments

Comments
 (0)