|WARNING| pw110601 [PATCH] avoid AltiVec keyword vector

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 3 14:05:20 CEST 2022


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


More information about the test-report mailing list