From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1A6265B16; Wed, 19 Sep 2018 18:06:00 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Gaetan Rivet Message-Id: <20180919160600.1A6265B16@dpdk.org> Date: Wed, 19 Sep 2018 18:06:00 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw44970 [v2, 13/13] eal: add generic dev parameter 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: , X-List-Received-Date: Wed, 19 Sep 2018 16:06:00 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/44970 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #129: FILE: lib/librte_eal/common/eal_common_options.c:1258: + if (eal_option_device_add(0, optarg, 1) < 0) { + return -1; + } total: 0 errors, 1 warnings, 104 lines checked