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 99A9848AFB for ; Thu, 13 Nov 2025 17:34:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94D8640151; Thu, 13 Nov 2025 17:34:50 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1055F40151 for ; Thu, 13 Nov 2025 17:34:49 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3E09F1261F3; Thu, 13 Nov 2025 17:33:55 +0100 (CET) Subject: |WARNING| pw158771 [PATCH] net/mlx5: fix uninitialized warning In-Reply-To: <20251113163301.285550-1-stephen@networkplumber.org> References: <20251113163301.285550-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20251113163355.3E09F1261F3@dpdk.org> Date: Thu, 13 Nov 2025 17:33:55 +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/158771 _coding style issues_ WARNING:TYPO_SPELLING: 'unintialized' may be misspelled - perhaps 'uninitialized'? #105: If the retry loop exits the code would do memcmp against unintialized ^^^^^^^^^^^^ WARNING:TYPO_SPELLING: 'intializing' may be misspelled - perhaps 'initializing'? #106: stack value. Resolve by intializing to zero. ^^^^^^^^^^^ total: 0 errors, 2 warnings, 0 checks, 8 lines checked