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>
This commit is contained in:
Yong Cong Sin 2024-06-19 01:22:55 +08:00 committed by Anas Nashif
commit 7adac57943

View file

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