X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.checkpatch.conf;h=9e40ea060be11523592b842ce7ac3da2a2640b73;hb=7b976f7a0b5ab18e3671d683f8092d7ddb0622b5;hp=95f19635d35a38fba1538d42a7ab138f7fcf0ff3;hpb=c4cb6e64bf068eaa1f7c96cb37da7ae6d40bbbff;p=platform%2Fkernel%2Fu-boot.git diff --git a/.checkpatch.conf b/.checkpatch.conf index 95f1963..9e40ea06 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -26,5 +26,11 @@ # 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