Skip to content

Commit

Permalink
checkpatch: ignore device tree related warnings
Browse files Browse the repository at this point in the history
This has never been enforced and we have our own DT related checks.
Removing for now as it seems to be Linux specific.

- UNDOCUMENTED_DT_STRING
- DT_SPLIT_BINDING_PATCH
- DT_SCHEMA_BINDING_PATCH

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Jan 15, 2021
1 parent 9c67b4d commit 7223154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .checkpatch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@
--ignore SPDX_LICENSE_TAG
--ignore C99_COMMENT_TOLERANCE
--ignore REPEATED_WORD
--ignore UNDOCUMENTED_DT_STRING
--ignore DT_SPLIT_BINDING_PATCH
--ignore DT_SCHEMA_BINDING_PATCH
--exclude ext

0 comments on commit 7223154

Please sign in to comment.