]> Git Repo - J-u-boot.git/blobdiff - .checkpatch.conf
Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script
[J-u-boot.git] / .checkpatch.conf
index d1d32fac9db5314562db5ecd60ae907a5386ba79..9e40ea060be11523592b842ce7ac3da2a2640b73 100644 (file)
 # Ignore "WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet
 # 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
+
+# Extra checks for U-Boot
+--u-boot
This page took 0.023802 seconds and 4 git commands to generate.