From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C470DF947; Wed, 8 Feb 2017 19:52:35 +0100 (CET) In-Reply-To: <20170208185142.28678-10-aconole@redhat.com> References: <20170208185142.28678-10-aconole@redhat.com> To: test-report@dpdk.org Cc: Aaron Conole Message-Id: <20170208185235.C470DF947@dpdk.org> Date: Wed, 8 Feb 2017 19:52:35 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20262 [PATCH v2 09/25] eal: set errno when exiting for already called 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:36 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20262 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #63: FILE: lib/librte_eal/linuxapp/eal/eal.c:762: + fprintf(stderr, "EAL: ERROR - already called initialization. ");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #63: FILE: lib/librte_eal/linuxapp/eal/eal.c:762: + fprintf(stderr, "EAL: ERROR - already called initialization. ");$ total: 1 errors, 1 warnings, 12 lines checked