From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 11835FA3D; Fri, 27 Jan 2017 15:58:37 +0100 (CET) In-Reply-To: <1485529023-5486-20-git-send-email-aconole@redhat.com> References: <1485529023-5486-20-git-send-email-aconole@redhat.com> To: test-report@dpdk.org Cc: Aaron Conole Message-Id: <20170127145837.11835FA3D@dpdk.org> Date: Fri, 27 Jan 2017 15:58:37 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20044 [PATCH 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: Fri, 27 Jan 2017 14:58:37 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20044 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #63: FILE: lib/librte_eal/linuxapp/eal/eal.c:879: + if (eal_plugins_init() < 0) { + RTE_LOG (ERR, EAL, "Cannot init plugins "); + } WARNING:SPACING: space prohibited between function name and open parenthesis '(' #64: FILE: lib/librte_eal/linuxapp/eal/eal.c:880: + RTE_LOG (ERR, EAL, "Cannot init plugins "); total: 0 errors, 2 warnings, 11 lines checked