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 1FB81425FF for ; Thu, 21 Sep 2023 12:11:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1ABBB406B8; Thu, 21 Sep 2023 12:11:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BECD8406B8 for ; Thu, 21 Sep 2023 12:11:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BA78B120802; Thu, 21 Sep 2023 12:11:09 +0200 (CEST) Subject: |WARNING| pw131773 [PATCH v5 10/12] app/graph: add graph command line interfaces In-Reply-To: <20230921100832.2036256-11-skori@marvell.com> References: <20230921100832.2036256-11-skori@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20230921101109.BA78B120802@dpdk.org> Date: Thu, 21 Sep 2023 12:11:09 +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/131773 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #129: FILE: app/graph/graph.c:5: +#include ERROR:SPACING: space required before the open parenthesis '(' #402: FILE: app/graph/graph.c:278: + if(rte_lcore_is_enabled(lcore_id)) WARNING:BRACES: braces {} are not necessary for any arm of this statement #409: FILE: app/graph/graph.c:285: + if (eal_coremask & core_num) { [...] + } else { [...] total: 1 errors, 2 warnings, 678 lines checked