Skip to content

Commit

Permalink
Fetch checkpatch script from linux kernel mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
synaptics-lspintzyk committed Dec 13, 2024
1 parent 05a624f commit 8b61869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/run_style_check
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ files=(
)

KVER=master
linux_mirror="https://gitlab.com/linux-kernel/linux"

for file in "${files[@]}"; do
wget -N -q "https://raw.githubusercontent.com/torvalds/linux/${KVER}/scripts/${file}"
curl -k -q "${linux_mirror}/-/raw/${KVER}/scripts/${file}" --output "${file}"
done

chmod +x checkpatch.pl
Expand Down

0 comments on commit 8b61869

Please sign in to comment.