From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7BECCC3A59D for ; Thu, 22 Aug 2019 06:50:44 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 426F621848 for ; Thu, 22 Aug 2019 06:50:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=me.com header.i=@me.com header.b="v44yjRa/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 426F621848 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=nongnu.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:38586 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0gvj-0006gR-AO for qemu-devel@archiver.kernel.org; Thu, 22 Aug 2019 02:50:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38449) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0guN-0005RT-3X for qemu-devel@nongnu.org; Thu, 22 Aug 2019 02:49:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0guM-0007Hc-3W for qemu-devel@nongnu.org; Thu, 22 Aug 2019 02:49:19 -0400 Received: from pv50p00im-ztdg10012101.me.com ([17.58.6.49]:51723) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i0guL-0007CT-SI for qemu-devel@nongnu.org; Thu, 22 Aug 2019 02:49:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1566456553; bh=6PUVU1MZHFFpo0CsMyHLeCK1tngokKtt2DOZ2uG+hzQ=; h=From:Content-Type:Subject:Message-Id:Date:To; b=v44yjRa/dh6QtrKApkdJYFdQsnUOydnJo8QWrzXqyIc4KCp0vURp2m3cQf1RN/NQD ZFOhPNqE2T+jp0R3r+Xee8hUMlWXOtyMKggH2Ja6skW7xVcthNRsXRNlXSjkxhzXE8 qG7DrHK/fjh+idEV4VwmvQbSc3aFDoh7DXPTLTpQG0/Ys1uuingrpf3m7M1c461B9F eQxdz0WxQFot+AdPqvLSaJ5QNKH8WjZJlMtWB3a8UnCa8swE7TvpnIwhklHgqAODJa yc2VCnSqfKAsFTiedJu0hiDkOVIIWVqXBCPmFYDwje4Vq6teCP0T9a1EUoK1ufL2qN xP0fYxvZnLgKQ== Received: from [172.16.10.130] (unknown [36.106.167.236]) by pv50p00im-ztdg10012101.me.com (Postfix) with ESMTPSA id B9D5F840807; Thu, 22 Aug 2019 06:49:12 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Message-Id: <8E5A9C27-C76D-46CF-85B0-79121A00B05F@me.com> Date: Thu, 22 Aug 2019 14:49:09 +0800 To: qemu-devel@nongnu.org X-Mailer: Apple Mail (2.3445.104.11) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-08-22_04:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=873 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1812120000 definitions=main-1908220074 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 17.58.6.49 Subject: [Qemu-devel] [PATCH] vfio: fix a typo X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Chen Zhang via Qemu-devel Reply-To: Chen Zhang Cc: qemu-trivial@nongnu.org, Alex Williamson Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Signed-off-by: Chen Zhang --- hw/vfio/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index dc3479c..c5e6fe6 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -44,7 +44,7 @@ #define TYPE_VFIO_PCI "vfio-pci" #define PCI_VFIO(obj) OBJECT_CHECK(VFIOPCIDevice, obj, = TYPE_VFIO_PCI) =20 -#define TYPE_VIFO_PCI_NOHOTPLUG "vfio-pci-nohotplug" +#define TYPE_VFIO_PCI_NOHOTPLUG "vfio-pci-nohotplug" =20 static void vfio_disable_interrupts(VFIOPCIDevice *vdev); static void vfio_mmap_set_enabled(VFIOPCIDevice *vdev, bool enabled); @@ -3199,7 +3199,7 @@ static void = vfio_pci_nohotplug_dev_class_init(ObjectClass *klass, void *data) } =20 static const TypeInfo vfio_pci_nohotplug_dev_info =3D {=20 - .name =3D TYPE_VIFO_PCI_NOHOTPLUG, + .name =3D TYPE_VFIO_PCI_NOHOTPLUG, .parent =3D TYPE_VFIO_PCI, .instance_size =3D sizeof(VFIOPCIDevice), .class_init =3D vfio_pci_nohotplug_dev_class_init, --=20 2.7.4