From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5F1CEA04E6 for ; Mon, 7 Dec 2020 18:34:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C02D20BD; Mon, 7 Dec 2020 18:34:58 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id EE51FF72; Mon, 7 Dec 2020 18:34:56 +0100 (CET) In-Reply-To: <20201207173235.1397351-1-thomas@monjalon.net> References: <20201207173235.1397351-1-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20201207173456.EE51FF72@dpdk.org> Date: Mon, 7 Dec 2020 18:34:56 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw84782 [PATCH 1/1] devtools: adjust verbosity of ABI check X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/84782 _coding style issues_ WARNING:LONG_LINE: line length of 106 exceeds 100 columns #127: FILE: devtools/check-abi.sh:21: + echo "WARNING: could not identify an include directory for $refdir, expect false positives..." >&2 WARNING:LONG_LINE: line length of 106 exceeds 100 columns #140: FILE: devtools/check-abi.sh:32: + echo "WARNING: could not identify an include directory for $newdir, expect false positives..." >&2 WARNING:LONG_LINE: line length of 114 exceeds 100 columns #162: FILE: devtools/check-abi.sh:60: + echo "ABIDIFF_ERROR|ABIDIFF_USAGE_ERROR, this could be a script or environment issue." >&2 WARNING:LONG_LINE: line length of 129 exceeds 100 columns #166: FILE: devtools/check-abi.sh:63: + echo "ABIDIFF_ABI_CHANGE, this change requires a review (abidiff flagged this as a potential issue)." >&2 total: 0 errors, 4 warnings, 96 lines checked