From 72231545116f02028d64f4486791a12fd9bf7be2 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 15 Jan 2021 08:08:19 -0500 Subject: [PATCH] checkpatch: ignore device tree related warnings 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 --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index bb25701e2aa..5d50235b802 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -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