From ec3b0e89473c27a597717433fb642ff5423fd9b7 Mon Sep 17 00:00:00 2001 From: Ping Cheng Date: Tue, 2 Jul 2024 19:55:58 -0700 Subject: [PATCH] A file path change is not an error checkpatch throw a warning when it detects a file changed its path. That's a kernel upstream concern. This project doesn't follow that guideline. Ignore it. Signed-off-by: Ping Cheng --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .checkpatch.conf diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 00000000..da9bddae --- /dev/null +++ b/.checkpatch.conf @@ -0,0 +1,3 @@ +# The input-wacom paths are not from upstream. Do not check them. + +--ignore FILE_PATH_CHANGES