Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp627986pxb; Tue, 14 Sep 2021 05:28:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyyHgewbq6k5CfUXEeoU69FakCaVycggSQOnEWgeUz7QGvm59bSLw67OX9xcS0N5pisYh3C X-Received: by 2002:a17:906:114f:: with SMTP id i15mr18522193eja.534.1631622534213; Tue, 14 Sep 2021 05:28:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631622534; cv=none; d=google.com; s=arc-20160816; b=tELIK4wjIw1srGeuryupPCjKsa+Q65Q0/j6ZSlYQ4z2X1GSpROWoCRdGn35vqAhV+d DC7LGKSs5PpKUaC7/74ClrgQL8DdEWhw1SbCTF4RUz7UfPb0oIHStdk4RunI7ZlRoYKA tshlLuPuC6NJwsuA3TzQcKTCjSLCDr7gnQ6qjCXvudSEufy38wsP/bqI5FNqP17z4iaG PpJLD2Rp+0PpbsmhTecZY34curbJyi8c7297ffuDzVeviYEa6yi1R23IdyMbEz7aEeYH kcL0Qx/mWWyLC4aTsmBsj/UyviY7M0aN+7LcXuEFvq0RLUA78jxznIYZBT17wuwpVNlS PxUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=n180WBVrChAHlz8MzFYlF6nYOaYc5EnT/aSQeQ/Qks4=; b=sCIWm4SIQ9Tnqr1S8rXNdDZz/+2tt6VH4V28yCecILdUWynbMhTIQpUxTYMYJctwij bKoOmP5n5fyWTG21M6okVrZJIcY/zj467hvQJZI+A53yIPwfWDiOog4lEVEtW9boBIre DG3Ey9ZxFS6tZnPZ0N7c0UVbgrbShIg/GXvmsIM+CxBilwQPQOWxi1iHqYHV80vLFrYp uEpO6UO7VvO60bJNPqifq29IDbiBxTm6LpMblAs/2epko0/EbK/da9HTEIAZmBwRs/Ln P2v79IsKNNQxaZ6Sl3B6qJs/0kNQu3p6MmqxQ3R5X7BMvgGaK6B1t2ht0ASOafMf9P3n sljw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m23si8381888eds.66.2021.09.14.05.28.28; Tue, 14 Sep 2021 05:28:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232696AbhINM1t (ORCPT + 99 others); Tue, 14 Sep 2021 08:27:49 -0400 Received: from out4436.biz.mail.alibaba.com ([47.88.44.36]:47576 "EHLO out4436.biz.mail.alibaba.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232657AbhINM1s (ORCPT ); Tue, 14 Sep 2021 08:27:48 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R671e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04394;MF=wuzongyong@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0UoNt7PD_1631622314; Received: from localhost.localdomain(mailfrom:wuzongyong@linux.alibaba.com fp:SMTPD_---0UoNt7PD_1631622314) by smtp.aliyun-inc.com(127.0.0.1); Tue, 14 Sep 2021 20:25:24 +0800 From: Wu Zongyong To: wuzongyong@linux.alibaba.com, jasowang@redhat.com, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, mst@redhat.com Cc: wei.yang1@linux.alibaba.com Subject: [PATCH v2 2/5] vdpa: fix typo Date: Tue, 14 Sep 2021 20:24:49 +0800 Message-Id: <42c5a09aacae346449bcc7b7b54d63f9d265e622.1631621507.git.wuzongyong@linux.alibaba.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Wu Zongyong --- include/linux/vdpa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/vdpa.h b/include/linux/vdpa.h index 3972ab765de1..a896ee021e5f 100644 --- a/include/linux/vdpa.h +++ b/include/linux/vdpa.h @@ -257,7 +257,7 @@ struct vdpa_config_ops { struct vdpa_notification_area (*get_vq_notification)(struct vdpa_device *vdev, u16 idx); /* vq irq is not expected to be changed once DRIVER_OK is set */ - int (*get_vq_irq)(struct vdpa_device *vdv, u16 idx); + int (*get_vq_irq)(struct vdpa_device *vdev, u16 idx); /* Device ops */ u32 (*get_vq_align)(struct vdpa_device *vdev); -- 2.31.1