commit | abf1b8508b191574431631102bdb9a34fd8d3444 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Fri Mar 31 02:20:38 2023 +0200 |
committer | György Szing <gyorgy.szing@arm.com> | Wed May 31 14:35:33 2023 +0200 |
tree | a830cdecca16f3595e642d1e59cea5febeb40095 | |
parent | 11192a2d623636583ae9a6f5f2a174012e728dff [diff] |
Update checkpatch configuration Disable the following check which are not relevant for the project: - UNNECESSARY_PARENTHESES: parentheses make reading if conditions safer, so let's keep them. - PREFER_DEFINED_ATTRIBUTE_MACRO: we prefer ACLE "standard" formats instead of macros wrapping these - BIT_MACRO: no BIT macro in the project Change-Id: I9046915f4878b17b1c186e4e4f231d3a3dd9320d Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>