Skip to content

Commit bbddfbd

Browse files
nashifMaureenHelm
authored andcommitted
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 <anas.nashif@intel.com>
1 parent 929aec1 commit bbddfbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.checkpatch.conf

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@
2727
--ignore TRAILING_SEMICOLON
2828
--ignore COMPLEX_MACRO
2929
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
30+
--ignore ENOSYS
3031
--exclude ext

0 commit comments

Comments
 (0)