From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9FF98A0093 for ; Tue, 3 May 2022 14:05:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 95E1E40C35; Tue, 3 May 2022 14:05:21 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AF95A40691 for ; Tue, 3 May 2022 14:05:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A1816124164; Tue, 3 May 2022 14:05:20 +0200 (CEST) Subject: |WARNING| pw110601 [PATCH] avoid AltiVec keyword vector In-Reply-To: <20220503120321.2438479-1-thomas@monjalon.net> References: <20220503120321.2438479-1-thomas@monjalon.net> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Thomas Monjalon Message-Id: <20220503120520.A1816124164@dpdk.org> Date: Tue, 3 May 2022 14:05:20 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/110601 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #373: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:318: + const __vector unsigned int len3 = vec_sl( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #380: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:322: + const __vector unsigned int len2 = vec_sl( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #415: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:343: + pkt_mb4 = (__vector unsigned char)vec_sub( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #417: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:345: + pkt_mb3 = (__vector unsigned char)vec_sub( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #427: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:349: + const __vector unsigned int len1 = vec_sl( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #430: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:352: + const __vector unsigned int len0 = vec_sl( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #452: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:367: + staterr = (__vector unsigned short)vec_mergeh( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #472: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:381: + pkt_mb2 = (__vector unsigned char)vec_sub( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #474: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:383: + pkt_mb1 = (__vector unsigned char)vec_sub( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #493: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:397: + __vector unsigned char eop_bits = vec_and( total: 0 errors, 0 warnings, 2139 lines checked