CheckPatch: Extend max-line-length to 140

The default max line length in CheckPatch is 100.
In TF-M it needs to be extended to 140.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I2a6b3e58ffdc63d7a87c2330131c56dfc074e9c1
diff --git a/checkpatch/checkpatch.conf b/checkpatch/checkpatch.conf
index ca761f5..9fe6926 100644
--- a/checkpatch/checkpatch.conf
+++ b/checkpatch/checkpatch.conf
@@ -1,5 +1,5 @@
 #-------------------------------------------------------------------------------
-# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved.
+# Copyright (c) 2018-2022, Arm Limited and Contributors. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -28,3 +28,4 @@
 --ignore PREFER_SECTION
 --show-types
 --typedefsfile TFM_TYPE_DEF_FILE
+--max-line-length=140