commit | 2037362e1665ce901b5ff085d3fa6bcaf2ac426c | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Fri Jul 07 10:18:23 2023 +0800 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Tue Jul 18 15:35:42 2023 -0400 |
tree | 5d90ded64dff8df833610c11fcae07ab4ba5be07 | |
parent | b021dece987d691342636dad836d6c9611d510e1 [diff] |
checkpatch: exclude POSIX headers from typedef rule The `NEW_TYPEDEFS` rule consistently generates false positives when implementing POSIX standard APIs. It makes sense to disable this check for the POSIX haders rather than requiring merge superpowers constantly. That way, we can merge as per usual after sufficient approvals rather than waiting for someone with merge superpowers to override / manually merge. Signed-off-by: Yong Cong Sin <ycsin@meta.com>