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 267FB461A0 for ; Wed, 5 Feb 2025 18:21:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2235940673; Wed, 5 Feb 2025 18:21:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7D6184060C for ; Wed, 5 Feb 2025 18:21:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3F910126FF4; Wed, 5 Feb 2025 18:20:31 +0100 (CET) Subject: |WARNING| pw150998 [PATCH 07/11] net/bnxt: address coverity checked return issues In-Reply-To: <20250205172004.50395-8-ajit.khaparde@broadcom.com> References: <20250205172004.50395-8-ajit.khaparde@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ajit Khaparde Message-Id: <20250205172031.3F910126FF4@dpdk.org> Date: Wed, 5 Feb 2025 18:20:31 +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/150998 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #89: This change addresses the CID 449056: Error handling issues (CHECKED_RETURN) WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #132: FILE: drivers/net/bnxt/tf_ulp/ulp_rte_parser.c:521: + if (ulp_port_db_svif_get(params->ulp_ctx, ifindex, [...] + BNXT_DRV_DBG(ERR, "ParseErr:ifindex is not valid "); total: 0 errors, 2 warnings, 0 checks, 30 lines checked