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>
This commit is contained in:
Anas Nashif 2021-03-24 12:39:26 -04:00 committed by Maureen Helm
parent 929aec19ed
commit bbddfbdfd0
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@
--ignore TRAILING_SEMICOLON
--ignore COMPLEX_MACRO
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
--ignore ENOSYS
--exclude ext