CheckPatch: Update Ignored Error List
Following warnings/errors should not be complained in TF-M CI:
PREFER_ALIGNED
PREFER_SECTION
Ignore them in checkpatch.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ib16a76621f2110e1228a29acc3cd22f9462e169b
diff --git a/checkpatch/checkpatch.conf b/checkpatch/checkpatch.conf
index 0148d24..d782cfc 100644
--- a/checkpatch/checkpatch.conf
+++ b/checkpatch/checkpatch.conf
@@ -24,4 +24,6 @@
--ignore FILE_PATH_CHANGES
--ignore NEW_TYPEDEFS
--ignore MULTILINE_DEREFERENCE
+--ignore PREFER_ALIGNED
+--ignore PREFER_SECTION
--show-types