]> Git Repo - J-u-boot.git/blobdiff - .checkpatch.conf
arm: imx8: Move container parser and image to mach-imx common folder
[J-u-boot.git] / .checkpatch.conf
index 35167e12015b202a910be77ed075af4dd8425b12..9e40ea060be11523592b842ce7ac3da2a2640b73 100644 (file)
 
 # Ignore networking block comment style
 --ignore NETWORKING_BLOCK_COMMENT_STYLE
+
+# 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.025098 seconds and 4 git commands to generate.