summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 28ccc0dbb9..511019b260 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -1,4 +1,4 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -26,3 +26,6 @@
# easier to upstream into the Zephyr tree, we should do the same.
# Tell checkpatch to ignore Linux style here.
--ignore BRACES
+
+# Zephyr uses ENOSYS to indicate unsupported API calls
+--ignore ENOSYS