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:
parent
83ccc8e29b
commit
8590f6a469
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue