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 1DACF46CFD for ; Mon, 11 Aug 2025 15:14:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18FF840DDC; Mon, 11 Aug 2025 15:14:54 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2836240DDC for ; Mon, 11 Aug 2025 15:14:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 0948E125235; Mon, 11 Aug 2025 15:12:44 +0200 (CEST) Subject: |WARNING| pw155777 [PATCH 3/3] vhost_user: support for memory regions In-Reply-To: <20250730045640.414132-4-pravin.bathija@dell.com> References: <20250730045640.414132-4-pravin.bathija@dell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Pravin M Bathija Message-Id: <20250811131244.0948E125235@dpdk.org> Date: Mon, 11 Aug 2025 15:12:44 +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/155777 _coding style issues_ WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #426: FILE: lib/vhost/vhost_user.c:1635: + bool curent_region_guest_start_overlap = WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #429: FILE: lib/vhost/vhost_user.c:1638: + bool curent_region_guest_end_overlap = WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #439: FILE: lib/vhost/vhost_user.c:1648: + overlap = curent_region_guest_start_overlap WARNING:TYPO_SPELLING: 'curent' may be misspelled - perhaps 'current'? #440: FILE: lib/vhost/vhost_user.c:1649: + || curent_region_guest_end_overlap total: 0 errors, 4 warnings, 448 lines checked __rte_packed_begin and __rte_packed_end should always be used in pairs.