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 9198AA04FD for ; Mon, 23 May 2022 12:47:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8DD4A40141; Mon, 23 May 2022 12:47:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 34F4240141 for ; Mon, 23 May 2022 12:47:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2D052120945; Mon, 23 May 2022 12:47:07 +0200 (CEST) Subject: |WARNING| pw111622 [PATCH 1/2] eal: get/set thread priority per thread identifier In-Reply-To: <1653302773-11043-2-git-send-email-roretzla@linux.microsoft.com> References: <1653302773-11043-2-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20220523104707.2D052120945@dpdk.org> Date: Mon, 23 May 2022 12:47:07 +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/111622 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #199: FILE: lib/eal/unix/rte_thread.c:46: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #224: FILE: lib/eal/unix/rte_thread.c:71: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #268: FILE: lib/eal/unix/rte_thread.c:121: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #310: FILE: lib/eal/windows/rte_thread.c:83: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #338: FILE: lib/eal/windows/rte_thread.c:111: + return EINVAL; total: 0 errors, 5 warnings, 317 lines checked