From nobody Thu Oct 2 03:24:59 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1584439791; cv=none; d=zohomail.com; s=zohoarc; b=QInpt3w90zVqdoGdJxj06V5/u77QIBAYHZTEUe3sYPtGTDgxfIsNUc0uEGcUr12YagIVUBL7LOi2bsNs2co46KVtcCst+NDGt2BFuD9IXV6jviR96U83vgdWLtuBYIbD3J5X+Vuj0FhpMbkN84nCXI+1fFaGg9pHY8MlwuYwtiY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1584439791; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=1XdFiovZs9TPP6SIcQDn/G0yUi1cBSWvcOa8gkUOC/M=; b=TlbDEHclB871IdIChiyDdhX6F2GKjPmB/8Bs55UqwYskSZGVE4BCDVCWUKMPQ6zZuw1jfTUmwe1er2G/M8Wl/oIlr/FeyBp5Dw3c8t5NvqdPIMuvGgBaMPGCjUH0q05MW5tGL3Q4AB/hcdo2sAak6KcOPM+K+9b/Pr4zTYaMRdE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 158443979109495.70924815496448; Tue, 17 Mar 2020 03:09:51 -0700 (PDT) Received: from localhost ([::1]:55578 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jE9AU-0001sc-0D for importer@patchew.org; Tue, 17 Mar 2020 06:09:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45031) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jE95b-0000mP-Fr for qemu-devel@nongnu.org; Tue, 17 Mar 2020 06:04:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jE95a-0001pz-8l for qemu-devel@nongnu.org; Tue, 17 Mar 2020 06:04:47 -0400 Received: from bilbo.ozlabs.org ([2401:3900:2:1::2]:58461 helo=ozlabs.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jE95Z-0001Fl-SK; Tue, 17 Mar 2020 06:04:46 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 48hTKv67Xyz9sSL; Tue, 17 Mar 2020 21:04:35 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1584439475; bh=7wZ3mloQ1D8Wy0r2A2GHMcqEh/j6Iul/yYJo14bNXbY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IUJU4yFMtCr21Q9CRZ6qJEeHLAyGD8spXcxsUQK2hb63M0cjHaa+xhfjUgRncGq/W +cMYf0z/gSRqNYNYkrz//2o2ARJ236/AnOFuIREzp5Tkue4U4280X9fAq14lphNa9Y 0INYrJDWR0E9N4kws3Qj7E/85jRjemo0mdXAwb/0= From: David Gibson To: peter.maydell@linaro.org Subject: [PULL 05/45] hw/ppc/pnv: Fix typo in comment Date: Tue, 17 Mar 2020 21:03:43 +1100 Message-Id: <20200317100423.622643-6-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200317100423.622643-1-david@gibson.dropbear.id.au> References: <20200317100423.622643-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2401:3900:2:1::2 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: , Cc: lvivier@redhat.com, aik@ozlabs.ru, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, groug@kaod.org, qemu-ppc@nongnu.org, clg@kaod.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" From: Philippe Mathieu-Daud=C3=A9 Signed-off-by: Philippe Mathieu-Daud=C3=A9 Message-Id: <20200228123303.14540-1-philmd@redhat.com> Reviewed-by: C=C3=A9dric Le Goater Signed-off-by: David Gibson --- hw/ppc/pnv_lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc/pnv_lpc.c b/hw/ppc/pnv_lpc.c index f150deca34..b5ffa48dac 100644 --- a/hw/ppc/pnv_lpc.c +++ b/hw/ppc/pnv_lpc.c @@ -829,7 +829,7 @@ ISABus *pnv_lpc_isa_create(PnvLpcController *lpc, bool = use_cpld, Error **errp) bool hostboot_mode =3D !!pnv->fw_load_addr; =20 /* let isa_bus_new() create its own bridge on SysBus otherwise - * devices speficied on the command line won't find the bus and + * devices specified on the command line won't find the bus and * will fail to create. */ isa_bus =3D isa_bus_new(NULL, &lpc->isa_mem, &lpc->isa_io, &local_err); --=20 2.24.1