You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
don't checkpatch applesmc and bcm5974
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user