From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 464DF1B31C; Tue, 10 Oct 2017 18:02:34 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Aaron Conole Message-Id: <20171010160234.464DF1B31C@dpdk.org> Date: Tue, 10 Oct 2017 18:02:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30075 [PATCH] eal: bus scan and probe never fail 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: Tue, 10 Oct 2017 16:02:34 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30075 _coding style issues_ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #108: FILE: lib/librte_eal/common/eal_common_bus.c:85: + if (!f) abort(); ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #118: FILE: lib/librte_eal/common/eal_common_bus.c:95: + if (!f) abort(); ERROR:CODE_INDENT: code indent should use tabs where possible #167: FILE: lib/librte_eal/common/eal_common_bus.c:157: + rte_bus_append_failed_probe(bus, ret);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #167: FILE: lib/librte_eal/common/eal_common_bus.c:157: + rte_bus_append_failed_probe(bus, ret);$ ERROR:CODE_INDENT: code indent should use tabs where possible #176: FILE: lib/librte_eal/common/eal_common_bus.c:166: + rte_bus_append_failed_probe(bus, ret);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #176: FILE: lib/librte_eal/common/eal_common_bus.c:166: + rte_bus_append_failed_probe(bus, ret);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 5 errors, 2 warnings, 119 lines checked