From e227f3dfceaf9785f1f00fb78d62db0503fca985 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 30 Mar 2015 14:42:23 +0300 Subject: [PATCH] list: add a comment about register_implications Signed-off-by: Dan Carpenter --- check_list.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/check_list.h b/check_list.h index 47788613..47a20a20 100644 --- a/check_list.h +++ b/check_list.h @@ -155,7 +155,12 @@ CK(check_kernel) /* this is overwriting stuff from smatch_extra_late */ CK(register_function_hooks) CK(register_returns) CK(register_db_call_marker) /* always second last */ -CK(register_implications) /* implications always has to be last */ +/* + * Implications always has to be last. If you need to be after implications + * then you need to hack smatch_implications.c and add function calls there. + * + */ +CK(register_implications) #ifdef __undo_CK_def #undef CK -- 2.11.4.GIT