checkpatch: ignore EXPORT_SYMBOL

checkpatch isn't smart enough to detect a function / variable has
been declared e.g. with K_SEM_DEFINE and will incorrectly flag
such cases.

Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
This commit is contained in:
Lauren Murphy 2024-04-03 15:57:21 -07:00 committed by Carles Cufí
parent 83ccc8e29b
commit 8590f6a469
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
--ignore ENOSYS --ignore ENOSYS
--ignore IS_ENABLED_CONFIG --ignore IS_ENABLED_CONFIG
--ignore EXPORT_SYMBOL