From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 910A7A0527 for ; Mon, 9 Nov 2020 14:38:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 53C64697B; Mon, 9 Nov 2020 14:38:20 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id DA226697C; Mon, 9 Nov 2020 14:38:18 +0100 (CET) In-Reply-To: <20201109133755.999895-1-grive@u256.net> References: <20201109133755.999895-1-grive@u256.net> To: test-report@dpdk.org Cc: Gaetan Rivet Message-Id: <20201109133818.DA226697C@dpdk.org> Date: Mon, 9 Nov 2020 14:38:18 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw83848 [PATCH v2] bus/dpaa: optimize device name parsing X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/83848 _coding style issues_ WARNING:BRACES: braces {} are not necessary for any arm of this statement #97: FILE: drivers/bus/dpaa/dpaa_bus.c:401: + if (strncmp(name, "dpaa_bus:", 9) == 0) { [...] + } else if (strncmp(name, "name=", 5) == 0) { [...] total: 0 errors, 1 warnings, 86 lines checked