lint/checkpatch: ignore csn1_(enc|dec).c files in osmo-pcu.git

Change-Id: I5f8c83e3a8b9f5280779d6a6cf0736b9d3f4e958
Related: I7d1b1f7e6d7f89b052b3fd73a960419bb2673020
This commit is contained in:
Vadim Yanitskiy 2021-10-20 21:25:17 +03:00
parent b00eb7b012
commit 5b72401b59
1 changed files with 1 additions and 0 deletions

View File

@ -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