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 7A3DC4257C for ; Tue, 12 Sep 2023 13:20:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 742E1402AC; Tue, 12 Sep 2023 13:20:50 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D5395402AC for ; Tue, 12 Sep 2023 13:20:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CA7AA120802; Tue, 12 Sep 2023 13:20:48 +0200 (CEST) Subject: |WARNING| pw131371 [PATCH v3] windows/virt2phys: fix block MDL not updated In-Reply-To: <20230912111759.1502806-1-ming3.li@intel.com> References: <20230912111759.1502806-1-ming3.li@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ric Li Message-Id: <20230912112048.CA7AA120802@dpdk.org> Date: Tue, 12 Sep 2023 13:20:48 +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/131371 _coding style issues_ WARNING:TYPO_SPELLING: 'chenged' may be misspelled - perhaps 'changed'? #90: clear, the list to store MDL blocks is chenged to a double linked list. total: 0 errors, 1 warnings, 177 lines checked