From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 8DF5DA0096 for ; Tue, 9 Apr 2019 21:49:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 877395B2C; Tue, 9 Apr 2019 21:49:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id DA7F85F16; Tue, 9 Apr 2019 21:49:44 +0200 (CEST) In-Reply-To: <20190409194904.6822-3-thomas@monjalon.net> References: <20190409194904.6822-3-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20190409194944.DA7F85F16@dpdk.org> Date: Tue, 9 Apr 2019 21:49:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52513 [PATCH 2/2] net/enetc: fix big endian build 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/52513 _coding style issues_ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #45: FILE: drivers/net/enetc/enetc_rxtx.c:91: + rx_swbd->buffer_addr = (void*)(uintptr_t) ERROR:CODE_INDENT: code indent should use tabs where possible #47: FILE: drivers/net/enetc/enetc_rxtx.c:93: +^I^I^I rte_mbuf_raw_alloc(rx_ring->mb_pool));$ total: 2 errors, 0 warnings, 0 checks, 11 lines checked