commit | 57e7e7666f7500175979c0e40a7df9eb76bb0253 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Jul 26 11:01:36 2024 +0800 |
committer | developer <developer@mediatek.com> | Fri Jul 26 11:20:47 2024 +0800 |
tree | b38634813e133053b32f3374ae6c0a2504655953 | |
parent | 36c9dd2d6403bef82b5241f4ad38f2b1d64a14ee [diff] [blame] |
[][openwrt][common][bsp][Add ignore item of checkpatch] [Description] Add --ignore PREFER_PRINTF to .checkpatch.conf [Release-log] N/A Change-Id: Idab584be8678f648633b29e55db0cc90cfe74193 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9407395
diff --git a/.checkpatch.conf b/.checkpatch.conf index 45bf9d0..e5d05b7 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf
@@ -9,3 +9,5 @@ --ignore SPDX_LICENSE_TAG --ignore CONST_STRUCT --ignore MACRO_WITH_FLOW_CONTROL +--ignore PREFER_PRINTF +