From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0279CA04E1 for ; Tue, 22 Sep 2020 10:52:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 407E91DB8D; Tue, 22 Sep 2020 10:52:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6C0851DA64; Tue, 22 Sep 2020 10:52:48 +0200 (CEST) In-Reply-To: <1600764594-14752-19-git-send-email-arybchenko@solarflare.com> References: <1600764594-14752-19-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200922085248.6C0851DA64@dpdk.org> Date: Tue, 22 Sep 2020 10:52:48 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78263 [PATCH 18/60] common/sfc_efx/base: add interrupts module for Riverhead X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/78263 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #279: FILE: drivers/common/sfc_efx/base/rhead_intr.c:55: + return (ENOTSUP); total: 0 errors, 1 warnings, 204 lines checked