From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 72B18C304; Sat, 25 Feb 2017 17:04:18 +0100 (CET) In-Reply-To: <20170225160309.31270-3-aconole@redhat.com> References: <20170225160309.31270-3-aconole@redhat.com> To: test-report@dpdk.org Cc: Aaron Conole Message-Id: <20170225160418.72B18C304@dpdk.org> Date: Sat, 25 Feb 2017 17:04:18 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20762 [PATCH v4 02/26] eal: return error instead of panic for cpu 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: Sat, 25 Feb 2017 16:04:18 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20762 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #68: FILE: lib/librte_eal/linuxapp/eal/eal.c:745: + fprintf(stderr, "EAL: FATAL: %s ", msg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #69: FILE: lib/librte_eal/linuxapp/eal/eal.c:746: + RTE_LOG(ERR, EAL, "%s ", msg);$ total: 0 errors, 2 warnings, 25 lines checked