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 7094243C3A for ; Sat, 2 Mar 2024 15:03:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C20842D91; Sat, 2 Mar 2024 15:03:26 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C212342D7A for ; Sat, 2 Mar 2024 15:03:24 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id BD73E122335; Sat, 2 Mar 2024 15:03:24 +0100 (CET) Subject: |WARNING| pw137803 [RFC 2/7] eal: add generic bit manipulation macros In-Reply-To: <20240302135328.531940-3-mattias.ronnblom@ericsson.com> References: <20240302135328.531940-3-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20240302140324.BD73E122335@dpdk.org> Date: Sat, 2 Mar 2024 15:03:24 +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/137803 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #147: FILE: lib/eal/include/rte_bitops.h:127: + uint32_t *: rte_bit_test32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #147: FILE: lib/eal/include/rte_bitops.h:127: + uint32_t *: rte_bit_test32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #148: FILE: lib/eal/include/rte_bitops.h:128: + uint64_t *: rte_bit_test64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #148: FILE: lib/eal/include/rte_bitops.h:128: + uint64_t *: rte_bit_test64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #167: FILE: lib/eal/include/rte_bitops.h:147: + uint32_t *: rte_bit_set32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #167: FILE: lib/eal/include/rte_bitops.h:147: + uint32_t *: rte_bit_set32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #168: FILE: lib/eal/include/rte_bitops.h:148: + uint64_t *: rte_bit_set64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #168: FILE: lib/eal/include/rte_bitops.h:148: + uint64_t *: rte_bit_set64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #187: FILE: lib/eal/include/rte_bitops.h:167: + uint32_t *: rte_bit_clear32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #187: FILE: lib/eal/include/rte_bitops.h:167: + uint32_t *: rte_bit_clear32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #188: FILE: lib/eal/include/rte_bitops.h:168: + uint64_t *: rte_bit_clear64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #188: FILE: lib/eal/include/rte_bitops.h:168: + uint64_t *: rte_bit_clear64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #208: FILE: lib/eal/include/rte_bitops.h:188: + uint32_t *: rte_bit_assign32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #208: FILE: lib/eal/include/rte_bitops.h:188: + uint32_t *: rte_bit_assign32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #209: FILE: lib/eal/include/rte_bitops.h:189: + uint64_t *: rte_bit_assign64)(addr, nr, value) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #209: FILE: lib/eal/include/rte_bitops.h:189: + uint64_t *: rte_bit_assign64)(addr, nr, value) ^ total: 16 errors, 0 warnings, 87 lines checked