pespin has uploaded this change for review. ( 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(-)
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$