Skip to content

Commit

Permalink
checkpatch ci: ignore LINUX_VERSION_CODE
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Savic <[email protected]>
  • Loading branch information
aleksamagicka committed Jan 19, 2025
1 parent 1c65e84 commit baa4fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baa4fd8

Please sign in to comment.