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 5E78846CC3 for ; Fri, 8 Aug 2025 06:31:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 58A3940150; Fri, 8 Aug 2025 06:31:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3B22E40150 for ; Fri, 8 Aug 2025 06:31:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id F355512522F; Fri, 8 Aug 2025 06:29:34 +0200 (CEST) Subject: |WARNING| pw155739 [PATCH 3/3] vhost_user: support for memory regions In-Reply-To: <20250808042955.2386083-4-pravin.bathija@dell.com> References: <20250808042955.2386083-4-pravin.bathija@dell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Pravin M Bathija Message-Id: <20250808042934.F355512522F@dpdk.org> Date: Fri, 8 Aug 2025 06:29:34 +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/155739 _coding style issues_ WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #427: FILE: lib/vhost/vhost_user.c:1635: + bool curent_region_guest_start_overlap = WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #430: FILE: lib/vhost/vhost_user.c:1638: + bool curent_region_guest_end_overlap = WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #440: FILE: lib/vhost/vhost_user.c:1648: + overlap = curent_region_guest_start_overlap WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #441: FILE: lib/vhost/vhost_user.c:1649: + || curent_region_guest_end_overlap WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Pravin M Bathija ' != 'Signed-off-by: Pravin M Bathija ' total: 0 errors, 5 warnings, 448 lines checked __rte_packed_begin and __rte_packed_end should always be used in pairs.