X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.checkpatch.conf;h=9e40ea060be11523592b842ce7ac3da2a2640b73;hb=4364071362b5d2dd7949f0734e96ab9d18ce6322;hp=95f19635d35a38fba1538d42a7ab138f7fcf0ff3;hpb=cd87c4e3ef7cbd554d17e9676b8bb223ea2e2748;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