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 9A215A034C for ; Tue, 21 Dec 2021 10:06:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FEC640040; Tue, 21 Dec 2021 10:06:12 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 158044003C for ; Tue, 21 Dec 2021 10:06:11 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id F1F70120D6E; Tue, 21 Dec 2021 10:06:10 +0100 (CET) Subject: |WARNING| pw105303 [PATCH] mempool: fix the description of some function return values In-Reply-To: <20211218171421.8082-1-chenzhiheng0227@gmail.com> References: <20211218171421.8082-1-chenzhiheng0227@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Zhiheng Chen Message-Id: <20211221090610.F1F70120D6E@dpdk.org> Date: Tue, 21 Dec 2021 10:06:10 +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/105303 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #75: In rte_mempool_ring.c, the committer uses the symbol ENOBUFS to describe the return value of function common_ring_sc_dequeue, but in rte_mempool.h, the symbol ENOENT is used to describe the return value of function rte_mempool_get. If the user of dpdk uses the symbol ENOENT as the judgment condition of the return value, it may cause some abnormal phenomena in their own programs, such as when the mempool space is exhausted. total: 0 errors, 1 warnings, 56 lines checked