scripts: Fix to not skip some option parameters for rpi4 fusing script
[platform/kernel/u-boot.git] / .checkpatch.conf
index ed0c215..9e40ea0 100644 (file)
@@ -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