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 88AFD43C3A for ; Sat, 2 Mar 2024 15:03:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 834BB42D66; Sat, 2 Mar 2024 15:03:30 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C97884025C for ; Sat, 2 Mar 2024 15:03:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C4881122335; Sat, 2 Mar 2024 15:03:28 +0100 (CET) Subject: |WARNING| pw137801 [RFC 1/7] eal: extend bit manipulation functions In-Reply-To: <20240302135328.531940-2-mattias.ronnblom@ericsson.com> References: <20240302135328.531940-2-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20240302140328.C4881122335@dpdk.org> Date: Sat, 2 Mar 2024 15:03:28 +0100 (CET) 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/137801 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #306: FILE: lib/eal/include/rte_bitops.h:262: + name(const qualifier uint ## size ## _t *addr, unsigned int nr) \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #316: FILE: lib/eal/include/rte_bitops.h:272: + name(qualifier uint ## size ## _t *addr, unsigned int nr) \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #326: FILE: lib/eal/include/rte_bitops.h:282: + name(qualifier uint ## size ## _t *addr, unsigned int nr) \ ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #334: FILE: lib/eal/include/rte_bitops.h:290: +__RTE_GEN_BIT_TEST(rte_bit_test32, 32,) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #335: FILE: lib/eal/include/rte_bitops.h:291: +__RTE_GEN_BIT_SET(rte_bit_set32, 32,) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #336: FILE: lib/eal/include/rte_bitops.h:292: +__RTE_GEN_BIT_CLEAR(rte_bit_clear32, 32,) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #338: FILE: lib/eal/include/rte_bitops.h:294: +__RTE_GEN_BIT_TEST(rte_bit_test64, 64,) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #339: FILE: lib/eal/include/rte_bitops.h:295: +__RTE_GEN_BIT_SET(rte_bit_set64, 64,) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #340: FILE: lib/eal/include/rte_bitops.h:296: +__RTE_GEN_BIT_CLEAR(rte_bit_clear64, 64,) ^ total: 9 errors, 0 warnings, 212 lines checked