pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/39782?usp=email )
Change subject: checkpath: Exclude csn1 files
......................................................................
checkpath: Exclude csn1 files
CSN.1 parsing code is inherited/co-maintained with wireshark.git code,
and used to have its own coding style, so avoid enforcing osmocom code
style in there.
Change-Id: Ib6e7d2dcc3d8f262092f0100e55cad397aa226f4
---
M .checkpatch.conf
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
diff --git a/.checkpatch.conf b/.checkpatch.conf
index d808861..8194ffb 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -1 +1,4 @@
+--exclude ^src/csn1.c$
+--exclude ^src/csn1.h$
+--exclude ^src/csn1_(enc|dec).c$
--exclude ^src/gsm_rlcmac.c$
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/39782?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib6e7d2dcc3d8f262092f0100e55cad397aa226f4
Gerrit-Change-Number: 39782
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>