diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-09-10 19:10:35 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-09-28 21:26:29 +0000 |
commit | d3a6806914478a8763ec926ed24c81fcae7a0b2f (patch) | |
tree | c091a819491097d1611a37afd703b1ec9795a2a4 | |
parent | d2bc30f3305f40a755c441394c9f88db341cc18b (diff) |
checkpatch.conf: Remove non-existent warnings
Change-Id: I05ed882990c45625ad5f08a2bff21a7fda2055db
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77773
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
-rw-r--r-- | .checkpatch.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf index 8c6265cf72..ac261a413b 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -8,9 +8,6 @@ --ignore INITIALISED_STATIC --ignore LINE_SPACING --ignore NEW_TYPEDEFS ---ignore PREFER_ALIGNED ---ignore PREFER_PACKED ---ignore PREFER_PRINTF --ignore SPLIT_STRING --ignore BLOCK_COMMENT_STYLE --ignore AVOID_EXTERNS |