Skip to content

Commit 8590f6a

Browse files
laurenmurphyx64carlescufi
authored andcommitted
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>
1 parent 83ccc8e commit 8590f6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.checkpatch.conf

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
3030
--ignore ENOSYS
3131
--ignore IS_ENABLED_CONFIG
32+
--ignore EXPORT_SYMBOL

0 commit comments

Comments
 (0)