From bbddfbdfd010e002968f5e90c083497d1b1211ba Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 24 Mar 2021 12:39:26 -0400 Subject: [PATCH] checkpatch: ignore linux specific ENOSYS warning Remove Linux specific warning which has been causing confusion and incorrect usage of return codes just to comply with checkpatch. Signed-off-by: Anas Nashif --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index 219f67712d1..2b213c17349 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -27,4 +27,5 @@ --ignore TRAILING_SEMICOLON --ignore COMPLEX_MACRO --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE +--ignore ENOSYS --exclude ext