]> Git Repo - J-u-boot.git/blobdiff - .checkpatch.conf
Dockerfile: build swtpm
[J-u-boot.git] / .checkpatch.conf
index 95f19635d35a38fba1538d42a7ab138f7fcf0ff3..9e40ea060be11523592b842ce7ac3da2a2640b73 100644 (file)
 # 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.017413 seconds and 4 git commands to generate.