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 C508445777 for ; Fri, 9 Aug 2024 11:17:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCD9042DC9; Fri, 9 Aug 2024 11:17:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0B9F442DC9 for ; Fri, 9 Aug 2024 11:17:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 06815123EF6; Fri, 9 Aug 2024 11:17:00 +0200 (CEST) Subject: |WARNING| pw143038 [PATCH 2/5] eal: add unit tests for bit operations In-Reply-To: <20240809090439.589295-3-mattias.ronnblom@ericsson.com> References: <20240809090439.589295-3-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20240809091700.06815123EF6@dpdk.org> Date: Fri, 9 Aug 2024 11:17:00 +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/143038 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #207: FILE: app/test/test_bitops.c:41: + const uint ## size ## _t *const_ptr = &word; \ ^ total: 1 errors, 0 warnings, 105 lines checked