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 4472948B0C for ; Fri, 14 Nov 2025 19:53:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F6A040E09; Fri, 14 Nov 2025 19:53:17 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5D62740E09 for ; Fri, 14 Nov 2025 19:53:16 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 353DE1261F3; Fri, 14 Nov 2025 19:52:21 +0100 (CET) Subject: |WARNING| pw158817 [PATCH] net/bnxt: fix unintialized warning In-Reply-To: <20251114185240.1363648-1-stephen@networkplumber.org> References: <20251114185240.1363648-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20251114185221.353DE1261F3@dpdk.org> Date: Fri, 14 Nov 2025 19:52:21 +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/158817 _coding style issues_ WARNING:TYPO_SPELLING: 'unintialized' may be misspelled - perhaps 'uninitialized'? #75: Subject: [PATCH] net/bnxt: fix unintialized warning ^^^^^^^^^^^^ WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #104: inlined from ‘ulp_blob_push’ at ../drivers/net/bnxt/tf_ulp/ulp_utils.h:407:8, WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'? #133: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2449: + if (clen > 32) { ^^^^ WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'? #134: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2450: + BNXT_DRV_DBG(ERR, "Key size bits %d too large ", clen); ^^^^ WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'? #149: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper_tfc.c:93: + if (clen > 32) { ^^^^ WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'? #150: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper_tfc.c:94: + BNXT_DRV_DBG(ERR, "Key size bits %d too large ", clen); ^^^^ total: 0 errors, 6 warnings, 0 checks, 21 lines checked