lint: checkpatch: add typedefs_osmo.txt

Fix false error:
  ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)

in a line with a typedef:
  int handle_rab_ass_req(..., ranap_message *message);

Change-Id: Icbc46d0c788ca75684a48a73f739265f4a09b09c
This commit is contained in:
Oliver Smith 2022-02-15 13:45:20 +01:00
parent 7a40ff9aa1
commit cf1fdbf030
2 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,7 @@ $SCRIPT_DIR/checkpatch.pl \
--ignore UNSPECIFIED_INT \
--ignore VOLATILE \
--max-line-length 120 \
--typedefsfile "$SCRIPT_DIR/typedefs_osmo.txt" \
--no-signoff \
--no-tree \
"$@"

View File

@ -0,0 +1 @@
ranap_message