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:
parent
929aec19ed
commit
bbddfbdfd0
|
@ -27,4 +27,5 @@
|
|||
--ignore TRAILING_SEMICOLON
|
||||
--ignore COMPLEX_MACRO
|
||||
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
|
||||
--ignore ENOSYS
|
||||
--exclude ext
|
||||
|
|
Loading…
Reference in a new issue