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 0652642C2C for ; Mon, 5 Jun 2023 01:29:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 02DE0410ED; Mon, 5 Jun 2023 01:29:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C87CE4113F for ; Mon, 5 Jun 2023 01:29:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B3D3812092A; Mon, 5 Jun 2023 01:29:15 +0200 (CEST) Subject: |WARNING| pw128060 [PATCH v3 32/34] net/sfc: indicate MAE counter type in use for transfer flows In-Reply-To: <20230604232523.6746-33-ivan.malov@arknetworks.am> References: <20230604232523.6746-33-ivan.malov@arknetworks.am> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20230604232915.B3D3812092A@dpdk.org> Date: Mon, 5 Jun 2023 01:29:15 +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/128060 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #307: FILE: drivers/net/sfc/sfc_mae_counter.c:144: + sfc_info(sa, "enabled MAE counter 0x%x-#%u with reset pkts=%" PRIu64 WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #339: FILE: drivers/net/sfc/sfc_mae_counter.c:176: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #429: FILE: drivers/net/sfc/sfc_mae_counter.c:987: + return EINVAL; total: 0 errors, 2 warnings, 1 checks, 355 lines checked