Browse Source

scripts: checkpatch: add `stdio.h` `FILE` typedef

Add `FILE` typedef in the `stdio.h` so that when doing
`FILE *file` definition checkpatch doesn't complain about
the position of the '*' and fail in CI.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
pull/74111/head
Yong Cong Sin 1 year ago committed by Anas Nashif
parent
commit
7adac57943
  1. 1
      scripts/checkpatch/typedefsfile

1
scripts/checkpatch/typedefsfile

@ -7,3 +7,4 @@ pinctrl_soc_pin_t @@ -7,3 +7,4 @@ pinctrl_soc_pin_t
io_rw_32
\b[a-zA-Z_][a-zA-Z0-9_]*TypeDef
Pwm
FILE

Loading…
Cancel
Save