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 B5F634260C for ; Tue, 19 Sep 2023 18:06:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 87BA240EE7; Tue, 19 Sep 2023 18:06:21 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 881F440EE7 for ; Tue, 19 Sep 2023 18:06:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 79D3B120802; Tue, 19 Sep 2023 18:06:20 +0200 (CEST) Subject: |WARNING| pw131644 [PATCH v4 05/14] app/graph: add ethdev command line interfaces In-Reply-To: <20230919160455.1678716-5-skori@marvell.com> References: <20230919160455.1678716-5-skori@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20230919160620.79D3B120802@dpdk.org> Date: Tue, 19 Sep 2023 18:06:20 +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/131644 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #134: FILE: app/graph/ethdev.c:5: +#include WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #631: FILE: app/graph/ethdev.c:502: + " RX-packets: %-10"PRIu64" RX-missed: %-10"PRIu64" RX-bytes: ""%-"PRIu64" " WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #634: FILE: app/graph/ethdev.c:505: + " TX-packets: %-10"PRIu64" TX-errors: %-10"PRIu64" TX-bytes: ""%-"PRIu64" ", total: 0 errors, 3 warnings, 1072 lines checked