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 7DD0143F5C for ; Mon, 6 May 2024 20:53:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 770AC42DF5; Mon, 6 May 2024 20:53:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E1E7C40EDF for ; Mon, 6 May 2024 20:53:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D9916121E57; Mon, 6 May 2024 20:53:10 +0200 (CEST) Subject: |WARNING| pw139869 [RFC v7 3/6] eal: add exactly-once bit access functions In-Reply-To: <20240505083737.118649-4-mattias.ronnblom@ericsson.com> References: <20240505083737.118649-4-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20240506185310.D9916121E57@dpdk.org> Date: Mon, 6 May 2024 20:53:10 +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/139869 _coding style issues_ WARNING:TYPO_SPELLING: 'endcode' may be misspelled - perhaps 'encode'? #191: FILE: lib/eal/include/rte_bitops.h:245: + * ndcode WARNING:TYPO_SPELLING: 'endcode' may be misspelled - perhaps 'encode'? #200: FILE: lib/eal/include/rte_bitops.h:254: + * ndcode WARNING:TYPO_SPELLING: 'endcode' may be misspelled - perhaps 'encode'? #210: FILE: lib/eal/include/rte_bitops.h:264: + * ndcode ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #230: FILE: lib/eal/include/rte_bitops.h:284: + uint32_t *: __rte_bit_once_test32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #230: FILE: lib/eal/include/rte_bitops.h:284: + uint32_t *: __rte_bit_once_test32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #231: FILE: lib/eal/include/rte_bitops.h:285: + const uint32_t *: __rte_bit_once_test32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #231: FILE: lib/eal/include/rte_bitops.h:285: + const uint32_t *: __rte_bit_once_test32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #232: FILE: lib/eal/include/rte_bitops.h:286: + uint64_t *: __rte_bit_once_test64, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #232: FILE: lib/eal/include/rte_bitops.h:286: + uint64_t *: __rte_bit_once_test64, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #233: FILE: lib/eal/include/rte_bitops.h:287: + const uint64_t *: __rte_bit_once_test64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #233: FILE: lib/eal/include/rte_bitops.h:287: + const uint64_t *: __rte_bit_once_test64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #262: FILE: lib/eal/include/rte_bitops.h:316: + uint32_t *: __rte_bit_once_set32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #262: FILE: lib/eal/include/rte_bitops.h:316: + uint32_t *: __rte_bit_once_set32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #263: FILE: lib/eal/include/rte_bitops.h:317: + uint64_t *: __rte_bit_once_set64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #263: FILE: lib/eal/include/rte_bitops.h:317: + uint64_t *: __rte_bit_once_set64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #290: FILE: lib/eal/include/rte_bitops.h:344: + uint32_t *: __rte_bit_once_clear32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #290: FILE: lib/eal/include/rte_bitops.h:344: + uint32_t *: __rte_bit_once_clear32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #291: FILE: lib/eal/include/rte_bitops.h:345: + uint64_t *: __rte_bit_once_clear64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #291: FILE: lib/eal/include/rte_bitops.h:345: + uint64_t *: __rte_bit_once_clear64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #319: FILE: lib/eal/include/rte_bitops.h:373: + uint32_t *: __rte_bit_once_assign32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #319: FILE: lib/eal/include/rte_bitops.h:373: + uint32_t *: __rte_bit_once_assign32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #320: FILE: lib/eal/include/rte_bitops.h:374: + uint64_t *: __rte_bit_once_assign64)(addr, nr, value) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #320: FILE: lib/eal/include/rte_bitops.h:374: + uint64_t *: __rte_bit_once_assign64)(addr, nr, value) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #349: FILE: lib/eal/include/rte_bitops.h:403: + uint32_t *: __rte_bit_once_flip32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #349: FILE: lib/eal/include/rte_bitops.h:403: + uint32_t *: __rte_bit_once_flip32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #350: FILE: lib/eal/include/rte_bitops.h:404: + uint64_t *: __rte_bit_once_flip64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #350: FILE: lib/eal/include/rte_bitops.h:404: + uint64_t *: __rte_bit_once_flip64)(addr, nr) ^ total: 24 errors, 3 warnings, 225 lines checked