laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/39202?usp=email )
Change subject: Add .checkpatch.conf, ignore src/gsm_rlcmac.c ......................................................................
Add .checkpatch.conf, ignore src/gsm_rlcmac.c
This file comes from wireshark (originally from Ericsson) and does not follow the kernel coding style - ignore it.
Change-Id: I91e05f9742aaac6ec61a1668ce3b63e8da52032d --- A .checkpatch.conf 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 0000000..d808861 --- /dev/null +++ b/.checkpatch.conf @@ -0,0 +1 @@ +--exclude ^src/gsm_rlcmac.c$