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 4460543196 for ; Wed, 18 Oct 2023 08:35:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C4FA40A6B; Wed, 18 Oct 2023 08:35:24 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AA46A40A6B for ; Wed, 18 Oct 2023 08:35:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9B6451206A9; Wed, 18 Oct 2023 08:35:22 +0200 (CEST) Subject: |WARNING| pw132839 [PATCH v9 10/12] app/graph: support graph command line interfaces In-Reply-To: <20231018063347.68081-11-skori@marvell.com> References: <20231018063347.68081-11-skori@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20231018063522.9B6451206A9@dpdk.org> Date: Wed, 18 Oct 2023 08:35:22 +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/132839 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #146: FILE: app/graph/graph.c:5: +#include WARNING:TYPO_SPELLING: 'Errot' may be misspelled - perhaps 'Error'? #357: FILE: app/graph/graph.c:216: + rte_exit(EXIT_FAILURE, "Errot in opening stats file "); total: 0 errors, 2 warnings, 760 lines checked