From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVLcJ-0004ox-On for qemu-devel@nongnu.org; Tue, 10 Mar 2015 10:58:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVLcG-0003yh-G3 for qemu-devel@nongnu.org; Tue, 10 Mar 2015 10:58:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVLcG-0003yZ-8y for qemu-devel@nongnu.org; Tue, 10 Mar 2015 10:58:40 -0400 Date: Tue, 10 Mar 2015 15:58:31 +0100 From: "Michael S. Tsirkin" Message-ID: <20150310155827-mutt-send-email-mst@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 3/3] pci: fix several trivial typos in comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Fan Cc: alex.williamson@redhat.com, qemu-devel@nongnu.org On Tue, Mar 10, 2015 at 09:52:23AM +0800, Chen Fan wrote: > Signed-off-by: Chen Fan Reviewed-by: Michael S. Tsirkin > --- > include/hw/pci/pci.h | 2 +- > include/hw/pci/pcie_aer.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h > index bdee464..b82de15 100644 > --- a/include/hw/pci/pci.h > +++ b/include/hw/pci/pci.h > @@ -137,7 +137,7 @@ enum { > #define PCI_CONFIG_HEADER_SIZE 0x40 > /* Size of the standard PCI config space */ > #define PCI_CONFIG_SPACE_SIZE 0x100 > -/* Size of the standart PCIe config space: 4KB */ > +/* Size of the standard PCIe config space: 4KB */ > #define PCIE_CONFIG_SPACE_SIZE 0x1000 > > #define PCI_NUM_PINS 4 /* A-D */ > diff --git a/include/hw/pci/pcie_aer.h b/include/hw/pci/pcie_aer.h > index bcac80a..2fb8388 100644 > --- a/include/hw/pci/pcie_aer.h > +++ b/include/hw/pci/pcie_aer.h > @@ -51,7 +51,7 @@ struct PCIEAERLog { > PCIEAERErr *log; > }; > > -/* aer error message: error signaling message has only error sevirity and > +/* aer error message: error signaling message has only error severity and > source id. See 2.2.8.3 error signaling messages */ > struct PCIEAERMsg { > /* > -- > 1.9.3