From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6A5F3A09E4 for ; Thu, 22 Apr 2021 11:03:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5535A413E6; Thu, 22 Apr 2021 11:03:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5D31C4069D for ; Thu, 22 Apr 2021 11:03:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3B975121158; Thu, 22 Apr 2021 11:03:48 +0200 (CEST) In-Reply-To: <20210422090211.320855-1-bruce.richardson@intel.com> References: <20210422090211.320855-1-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20210422090348.3B975121158@dpdk.org> Date: Thu, 22 Apr 2021 11:03:48 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92008 [RFC PATCH] devtools: script to check meson indentation of lists X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/92008 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #60: This is a draft script developed when I was working on the whitespace rework WARNING:TYPO_SPELLING: 'files'' may be misspelled - perhaps 'file's'? #171: FILE: devtools/dpdk_meson_check.py:94: + parser = ArgumentParser(description='Run syntax checks on DPDK meson.build files') WARNING:TYPO_SPELLING: 'process'' may be misspelled - perhaps 'process's'? #172: FILE: devtools/dpdk_meson_check.py:95: + parser.add_argument('-d', metavar='directory', default='.', help='Directory to process') total: 0 errors, 3 warnings, 106 lines checked