Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp444994pxb; Wed, 22 Sep 2021 05:50:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwgF4G0o2EFPceWd/+rqdnq+hTDcQdwISyzzUq5AWMrWaUnswt2owdHHZTqY70NKsIy4KPO X-Received: by 2002:a05:6402:21d2:: with SMTP id bi18mr32880569edb.21.1632315049536; Wed, 22 Sep 2021 05:50:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632315049; cv=none; d=google.com; s=arc-20160816; b=hbU1Cp6ShYdAFQloxzTGTJY4ru4J0WmBfZhWNzMhpXdwUhQN6h/ECFQ+yg/izBK1ey 9FlTteeAuWaaUY2U0bxa+6dILfv+cRIU0XiIq1enUro68DwTDEx8AR+QAwhf6XbTe7b3 eG/BOb1E+iwD3walvyF4tlbbpmuUzZTGqL4jMhbreE2QP5tN66jvSSqS6Wdg9LxNm9RM jxx21GyGPoi4tTR3TkMnpF+6L3IbcxbsyDgseV39ayfG+mYXH6lCyYM0H0StnDsogd6N KGwui85D641NWReTl7no8qNtiYufVJoZzu7YrR4optaO1OYCEqZQ/icuud129GHZlP64 HZKg== 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=xGuZXePQQjHxivEoeirVcFga9OGFmLiKZWL0T301GRF9m7kRUBRArDBog1guuXWD3l 3yWJ1X/xlgHY8SdgxUS9t/i3nwsovv3d1agOWFDFxUIlcxIUpiUbhb+EUvsZd4zPlWwx Ny5fUu7mopp8nj6LlhPZBCUPRf6r5guF8wXg7NxZ/znnYlMM943QvML/GxeWgzj0jstE IWhXTXHTDWI9SmKMKgF7CuUnVb6a6myiVg61kXKgkJPUhmb/k1hCYxvIPFvkuyrRcM30 B10T4bZczR9kuNRO53QuG19jI/JHx6NE1ZFwXyBfXMWP6xDsWYOW4UKX9m8Y/RT2iWdo OhGg== 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 u10si2618577eji.157.2021.09.22.05.50.24; Wed, 22 Sep 2021 05:50:49 -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 S236129AbhIVMtV (ORCPT + 99 others); Wed, 22 Sep 2021 08:49:21 -0400 Received: from out30-44.freemail.mail.aliyun.com ([115.124.30.44]:53032 "EHLO out30-44.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236194AbhIVMtN (ORCPT ); Wed, 22 Sep 2021 08:49:13 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R931e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04357;MF=wuzongyong@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0UpEJoj9_1632314798; Received: from localhost.localdomain(mailfrom:wuzongyong@linux.alibaba.com fp:SMTPD_---0UpEJoj9_1632314798) by smtp.aliyun-inc.com(127.0.0.1); Wed, 22 Sep 2021 20:46:46 +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 v3 2/7] vdpa: fix typo Date: Wed, 22 Sep 2021 20:46:25 +0800 Message-Id: <49dc74038cdfaa7af7dab1565ba5da5d6cc4ec7d.1632313398.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