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 D6A5646CFD for ; Mon, 11 Aug 2025 15:14:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC98340DDC; Mon, 11 Aug 2025 15:14:39 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 858EE406BA for ; Mon, 11 Aug 2025 15:14:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4F538125235; Mon, 11 Aug 2025 15:12:29 +0200 (CEST) Subject: |WARNING| pw155780 [PATCH 3/3] vhost_user: support for memory regions In-Reply-To: <20250801222238.1519748-4-pravin.bathija@dell.com> References: <20250801222238.1519748-4-pravin.bathija@dell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Pravin M Bathija Message-Id: <20250811131229.4F538125235@dpdk.org> Date: Mon, 11 Aug 2025 15:12:29 +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/155780 _coding style issues_ WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #428: FILE: lib/vhost/vhost_user.c:1635: + bool curent_region_guest_start_overlap = WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #431: FILE: lib/vhost/vhost_user.c:1638: + bool curent_region_guest_end_overlap = WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #441: FILE: lib/vhost/vhost_user.c:1648: + overlap = curent_region_guest_start_overlap WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #442: 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.