From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 99182F973; Wed, 8 Feb 2017 19:52:52 +0100 (CET) In-Reply-To: <20170208185142.28678-20-aconole@redhat.com> References: <20170208185142.28678-20-aconole@redhat.com> To: test-report@dpdk.org Cc: Aaron Conole Message-Id: <20170208185252.99182F973@dpdk.org> Date: Wed, 8 Feb 2017 19:52:52 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20272 [PATCH v2 19/25] eal: do not error if plugins fail to init 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, 08 Feb 2017 18:52:52 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20272 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #66: FILE: lib/librte_eal/linuxapp/eal/eal.c:881: + if (eal_plugins_init() < 0) { + RTE_LOG(ERR, EAL, "Cannot init plugins "); + } total: 0 errors, 1 warnings, 11 lines checked