aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-20 21:25:17 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-20 21:25:31 +0300
commit5b72401b59ccf23d6aac2c3a0ee17280810935a2 (patch)
tree4e890ce10b0d6b950d2335dcb116841336bace9b
parentb00eb7b012fc5f5a9b44e74c748187322c4d2ab5 (diff)
lint/checkpatch: ignore csn1_(enc|dec).c files in osmo-pcu.git
-rwxr-xr-xlint/checkpatch/checkpatch_osmo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index 568f9b2..91e9abe 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -23,6 +23,7 @@ exclude_paths_project() {
osmo-pcu)
# Imported code
echo '--exclude ^src/csn1.(c|h)$'
+ echo '--exclude ^src/csn1_(enc|dec).c$'
echo '--exclude ^src/gsm_rlcmac.(c|h)$'
;;
esac