From baa4fd897397e371ab7423d4763ef251a6e805b3 Mon Sep 17 00:00:00 2001 From: Aleksa Savic Date: Sun, 19 Jan 2025 16:56:23 +0100 Subject: [PATCH] checkpatch ci: ignore LINUX_VERSION_CODE Signed-off-by: Aleksa Savic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93678b3..df1ad96 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ modules modules_install clean: $(MAKE) -C $(KDIR) M=$(PWD) $@ checkpatch: - $(KDIR)/scripts/checkpatch.pl --strict --no-tree $(SOURCES) + $(KDIR)/scripts/checkpatch.pl --strict --no-tree --ignore LINUX_VERSION_CODE $(SOURCES) dev: $(MAKE) clean