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:
parent
901a8f7efb
commit
7adac57943
1 changed files with 1 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ pinctrl_soc_pin_t
|
||||||
io_rw_32
|
io_rw_32
|
||||||
\b[a-zA-Z_][a-zA-Z0-9_]*TypeDef
|
\b[a-zA-Z_][a-zA-Z0-9_]*TypeDef
|
||||||
Pwm
|
Pwm
|
||||||
|
FILE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue