From 7066e3d6891742a90858334bc433412339cfaf46 Mon Sep 17 00:00:00 2001 From: Orlando Chamberlain Date: Sat, 18 Feb 2023 22:40:06 +1100 Subject: [PATCH] don't checkpatch applesmc and bcm5974 --- .github/workflows/compile_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_test.yml b/.github/workflows/compile_test.yml index d7b9473..5fa2d9a 100644 --- a/.github/workflows/compile_test.yml +++ b/.github/workflows/compile_test.yml @@ -28,9 +28,9 @@ jobs: KVER=$(cat version) cd linux-$KVER # Skip apple-bce because it needs a lot of formatting changes, and - # asahi because they are handling that. + # modules that we won't be sending upstream. scripts/checkpatch.pl --no-signoff --terse --no-summary \ - $(echo ../*.patch | tr " " "\n" | grep -v -e "apple-bce" -e asahi) || true + $(echo ../*.patch | tr " " "\n" | grep -v -e "apple-bce" -e asahi -e applesmc -e bcm5974 ) || true - name: Apply Patches run: | KVER=$(cat version)