From 88724401e431a6b641df050a4fca49ac718221c8 Mon Sep 17 00:00:00 2001 From: Kalle Valo Date: Fri, 26 Jan 2024 18:40:24 +0200 Subject: [PATCH] ath11k-check: update checkpatch commit to 296455ade1fdcf5f8f8c033201633b60946c589a Signed-off-by: Kalle Valo --- tools/scripts/ath11k/ath11k-check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/scripts/ath11k/ath11k-check b/tools/scripts/ath11k/ath11k-check index 9dece78..954a890 100755 --- a/tools/scripts/ath11k/ath11k-check +++ b/tools/scripts/ath11k/ath11k-check @@ -31,8 +31,8 @@ import string import hashlib import shutil -CHECKPATCH_COMMIT = '362173572a4018e9c8e39c616823189c41d39d41' -CHECKPATCH_MD5SUM = '47ef327d772c156e53a36597723fc781' +CHECKPATCH_COMMIT = '296455ade1fdcf5f8f8c033201633b60946c589a' +CHECKPATCH_MD5SUM = '77c655474ed7622c0077caf2f0d7c440' GIT_URL = 'https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/scripts/checkpatch.pl?id=%s'