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 268D443191 for ; Tue, 17 Oct 2023 22:34:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C40E42E1A; Tue, 17 Oct 2023 22:34:53 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7FC3F40E0F for ; Tue, 17 Oct 2023 22:34:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7B5081206A9; Tue, 17 Oct 2023 22:34:50 +0200 (CEST) Subject: |WARNING| pw132818 [PATCH v2 14/19] cryptodev: use rte optional stdatomic API In-Reply-To: <1697574677-16578-15-git-send-email-roretzla@linux.microsoft.com> References: <1697574677-16578-15-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20231017203450.7B5081206A9@dpdk.org> Date: Tue, 17 Oct 2023 22:34:50 +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/132818 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #120: FILE: lib/cryptodev/rte_cryptodev.c:1558: + RTE_ATOMIC(struct rte_cryptodev_cb *) *prev_cb; ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #156: FILE: lib/cryptodev/rte_cryptodev.c:1698: + RTE_ATOMIC(struct rte_cryptodev_cb *) *prev_cb; ^ total: 2 errors, 0 warnings, 118 lines checked