Skip to content

Commit

Permalink
checkpatch: ignore EXPORT_SYMBOL
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
laurenmurphyx64 authored and carlescufi committed Apr 5, 2024
1 parent 83ccc8e commit 8590f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .checkpatch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
--ignore ENOSYS
--ignore IS_ENABLED_CONFIG
--ignore EXPORT_SYMBOL

0 comments on commit 8590f6a

Please sign in to comment.