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 DBBDB46DC0; Mon, 25 Aug 2025 12:56:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C9A34025A; Mon, 25 Aug 2025 12:56:04 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 37BAB40151 for ; Mon, 25 Aug 2025 12:56:02 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.163.48]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4c9SKd6Z8lz13N4j; Mon, 25 Aug 2025 18:52:05 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id 9A9B6180064; Mon, 25 Aug 2025 18:55:45 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by kwepemk500009.china.huawei.com (7.202.194.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 25 Aug 2025 18:55:45 +0800 Message-ID: Date: Mon, 25 Aug 2025 18:55:44 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] vduse: fix typo in struct vduse_iova_info comment To: Ashwini Sahu , CC: Maxime Coquelin References: <20250825083229.919586-1-ashwini@wisig.com> Content-Language: en-US From: fengchengwen In-Reply-To: <20250825083229.919586-1-ashwini@wisig.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: kwepems100002.china.huawei.com (7.221.188.206) To kwepemk500009.china.huawei.com (7.202.194.94) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Acked-by: Chengwen Feng On 8/25/2025 4:32 PM, Ashwini Sahu wrote: > Fixes a typo in the kernel header comment for struct vduse_iova_info > where "IOVA region" was incorrectly repeated. > > Signed-off-by: Ashwini Sahu