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 E4CA8A0509 for ; Wed, 6 Apr 2022 17:33:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D895F40DF6; Wed, 6 Apr 2022 17:33:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A18AF40689 for ; Wed, 6 Apr 2022 17:33:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9D98C122BA2; Wed, 6 Apr 2022 17:33:39 +0200 (CEST) Subject: |WARNING| pw109333 [RFC PATCH v1 6/8] dts: merge DTS vm_images/create_vm_image.py to DPDK In-Reply-To: <20220406153151.2917346-7-juraj.linkes@pantheon.tech> References: <20220406153151.2917346-7-juraj.linkes@pantheon.tech> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Juraj_Linke=C5=A1?= Message-Id: <20220406153339.9D98C122BA2@dpdk.org> Date: Wed, 6 Apr 2022 17:33:39 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/109333 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one WARNING:TYPO_SPELLING: 'MSDOS' may be misspelled - perhaps ''? #102: FILE: dts/vm_images/create_vm_image.py:36: + MSDOS = "msdos" WARNING:TYPO_SPELLING: 'msdos' may be misspelled - perhaps ''? #102: FILE: dts/vm_images/create_vm_image.py:36: + MSDOS = "msdos" WARNING:REPEATED_WORD: Possible repeated word: 'password' #331: FILE: dts/vm_images/create_vm_image.py:265: + f"virt-customize -a {output_path} --root-password password:{root_password} --update" ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 4 warnings, 474 lines checked