pespin has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/82/39782/1
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 change 39782. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib6e7d2dcc3d8f262092f0100e55cad397aa226f4
Gerrit-Change-Number: 39782
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>