From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 98D47A04E7 for ; Sun, 1 Nov 2020 19:08:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7BFC6377E; Sun, 1 Nov 2020 19:08:56 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id A79F25F13; Sun, 1 Nov 2020 19:08:54 +0100 (CET) In-Reply-To: <20201101180626.2198868-6-thomas@monjalon.net> References: <20201101180626.2198868-6-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20201101180854.A79F25F13@dpdk.org> Date: Sun, 1 Nov 2020 19:08:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw83244 [PATCH v2 05/14] net/ark: switch timestamp to dynamic mbuf field 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/83244 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #135: FILE: drivers/net/ark/ark_ethdev.c:561: + ark_timestamp_dynfield_offset = rte_mbuf_dynfield_lookup( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #141: FILE: drivers/net/ark/ark_ethdev.c:567: + ark_timestamp_rx_dynflag_offset = rte_mbuf_dynflag_lookup( WARNING:AVOID_EXTERNS: externs should be avoided in .c files #170: FILE: drivers/net/ark/ark_ethdev_rx.c:18: +extern uint64_t ark_timestamp_rx_dynflag; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #171: FILE: drivers/net/ark/ark_ethdev_rx.c:19: +extern int ark_timestamp_dynfield_offset; total: 0 errors, 2 warnings, 2 checks, 69 lines checked