X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.checkpatch.conf;h=9e40ea060be11523592b842ce7ac3da2a2640b73;hb=82975f8a9ec290b4cf2f9a228dd78761b35565ea;hp=d1d32fac9db5314562db5ecd60ae907a5386ba79;hpb=d82477748d641e60ba3e1a0b55d98362aed70f80;p=platform%2Fkernel%2Fu-boot.git diff --git a/.checkpatch.conf b/.checkpatch.conf index d1d32fa..9e40ea06 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -25,3 +25,12 @@ # 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