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 52F1EA04DB for ; Tue, 17 Nov 2020 11:08:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A2CE2C8DA; Tue, 17 Nov 2020 11:08:02 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 3B7BFC912; Tue, 17 Nov 2020 11:08:01 +0100 (CET) In-Reply-To: <20201117100635.27690-3-joyce.kong@arm.com> References: <20201117100635.27690-3-joyce.kong@arm.com> To: test-report@dpdk.org Cc: Joyce Kong Message-Id: <20201117100801.3B7BFC912@dpdk.org> Date: Tue, 17 Nov 2020 11:08:01 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw84260 [PATCH v1 2/4] net/virtio: add vectorized packed ring Rx NEON path 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/84260 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #212: FILE: drivers/net/virtio/virtio_rxtx_packed_neon.h:105: + pkt_mb[0] = vreinterpretq_u64_u8(vqtbl1q_u8( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #214: FILE: drivers/net/virtio/virtio_rxtx_packed_neon.h:107: + pkt_mb[1] = vreinterpretq_u64_u8(vqtbl1q_u8( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #216: FILE: drivers/net/virtio/virtio_rxtx_packed_neon.h:109: + pkt_mb[2] = vreinterpretq_u64_u8(vqtbl1q_u8( total: 0 errors, 0 warnings, 3 checks, 182 lines checked