From nobody Thu Nov 6 01:15:31 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1539246393931962.150467612434; Thu, 11 Oct 2018 01:26:33 -0700 (PDT) Received: from localhost ([::1]:32937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAWIi-0008Pu-GN for importer@patchew.org; Thu, 11 Oct 2018 04:26:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAWHp-00081C-Kx for qemu-devel@nongnu.org; Thu, 11 Oct 2018 04:25:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAWHo-00073v-VU for qemu-devel@nongnu.org; Thu, 11 Oct 2018 04:25:37 -0400 Received: from cmccmta2.chinamobile.com ([221.176.66.80]:64475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAWHi-0005mU-Ir; Thu, 11 Oct 2018 04:25:31 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.11]) by rmmx-syy-dmz-app07-12007 (RichMail) with SMTP id 2ee75bbf08eb999-00533; Thu, 11 Oct 2018 16:25:15 +0800 (CST) Received: from maozy-host.lan (unknown[112.25.154.148]) by rmsmtp-syy-appsvr06-12006 (RichMail) with SMTP id 2ee65bbf08e6e64-14723; Thu, 11 Oct 2018 16:25:15 +0800 (CST) X-RM-TRANSID: 2ee75bbf08eb999-00533 X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 X-RM-TRANSID: 2ee65bbf08e6e64-14723 From: Mao Zhongyi To: qemu-trivial@nongnu.org, qemu-devel@nongnu.org Date: Thu, 11 Oct 2018 16:25:08 +0800 Message-Id: <20181011082508.29014-1-maozhongyi@cmss.chinamobile.com> X-Mailer: git-send-email 2.17.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 221.176.66.80 Subject: [Qemu-devel] [PATCH] pci_bridge: fix typo in comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mao Zhongyi , mst@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Mao Zhongyi Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- hw/pci/pci_bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci/pci_bridge.c b/hw/pci/pci_bridge.c index 90f7208856..da8daa3ff2 100644 --- a/hw/pci/pci_bridge.c +++ b/hw/pci/pci_bridge.c @@ -399,7 +399,7 @@ void pci_bridge_exitfn(PCIDevice *pci_dev) =20 /* * before qdev initialization(qdev_init()), this function sets bus_name and - * map_irq callback which are necessry for pci_bridge_initfn() to + * map_irq callback which are necessary for pci_bridge_initfn() to * initialize bus. */ void pci_bridge_map_irq(PCIBridge *br, const char* bus_name, --=20 2.17.1