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 F262043F74 for ; Fri, 3 May 2024 10:21:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE2EB402D1; Fri, 3 May 2024 10:21:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E1A86402CF for ; Fri, 3 May 2024 10:21:16 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D0FE2122147; Fri, 3 May 2024 10:21:16 +0200 (CEST) Subject: |WARNING| pw139803 [RFC PATCH] eal/riscv: add support for zawrs extension In-Reply-To: <20240502144149.66446-1-daniel.gregory@bytedance.com> References: <20240502144149.66446-1-daniel.gregory@bytedance.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Daniel Gregory Message-Id: <20240503082116.D0FE2122147@dpdk.org> Date: Fri, 3 May 2024 10:21:16 +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/139803 _coding style issues_ WARNING:TYPO_SPELLING: 'nto' may be misspelled - perhaps 'not'? #92: * Call wrs.nto - this blocks until the reservation set is invalidated by WARNING:TYPO_SPELLING: 'NTO' may be misspelled - perhaps 'NOT'? #220: FILE: lib/eal/riscv/include/rte_pause.h:96: +#define __RTE_RISCV_WRS_NTO() { asm volatile("wrs.nto" : : : "memory"); } WARNING:TYPO_SPELLING: 'nto' may be misspelled - perhaps 'not'? #220: FILE: lib/eal/riscv/include/rte_pause.h:96: +#define __RTE_RISCV_WRS_NTO() { asm volatile("wrs.nto" : : : "memory"); } WARNING:TYPO_SPELLING: 'NTO' may be misspelled - perhaps 'NOT'? #234: FILE: lib/eal/riscv/include/rte_pause.h:110: + __RTE_RISCV_WRS_NTO(); WARNING:TYPO_SPELLING: 'NTO' may be misspelled - perhaps 'NOT'? #251: FILE: lib/eal/riscv/include/rte_pause.h:127: + __RTE_RISCV_WRS_NTO(); WARNING:TYPO_SPELLING: 'NTO' may be misspelled - perhaps 'NOT'? #268: FILE: lib/eal/riscv/include/rte_pause.h:144: + __RTE_RISCV_WRS_NTO(); WARNING:TYPO_SPELLING: 'NTO' may be misspelled - perhaps 'NOT'? #283: FILE: lib/eal/riscv/include/rte_pause.h:159: + __RTE_RISCV_WRS_NTO(); \ total: 0 errors, 7 warnings, 162 lines checked