Skip to content
Snippets Groups Projects
Commit 6829d607 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

checkpatch: Ignore ENOSYS warnings


There are no system calls in U-Boot, but ENOSYS is still allowed (and
preferred since 42a26687 ("dm: core: Document the common error codes")).
Silence this warning.

Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 535e700b
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,9 @@
# addresses are __aligned(2)".
--ignore PREFER_ETHER_ADDR_COPY
# ENOSYS is a conventionally used error, even though U-Boot lacks system calls.
--ignore ENOSYS
# A bit shorter of a description is OK with us.
--min-conf-desc-length=2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment