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 AFE18A0093 for ; Sat, 24 Dec 2022 12:50:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AAD7742D1A; Sat, 24 Dec 2022 12:50:14 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8F6A342D1A for ; Sat, 24 Dec 2022 12:50:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8164B122EC0; Sat, 24 Dec 2022 12:50:13 +0100 (CET) Subject: |WARNING| pw121361 [PATCH v3] mempool cache: add zero-copy get and put functions In-Reply-To: <20221224114953.33236-1-mb@smartsharesystems.com> References: <20221224114953.33236-1-mb@smartsharesystems.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20221224115013.8164B122EC0@dpdk.org> Date: Sat, 24 Dec 2022 12:50:13 +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/121361 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #143: FILE: lib/mempool/rte_mempool.h:1367: + __rte_experimental$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #195: FILE: lib/mempool/rte_mempool.h:1419: + __rte_experimental$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #229: FILE: lib/mempool/rte_mempool.h:1453: + __rte_experimental$ total: 0 errors, 3 warnings, 229 lines checked __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function.