From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLekY-00057A-9Y for qemu-devel@nongnu.org; Sun, 24 Aug 2014 16:51:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLekS-0000ES-3g for qemu-devel@nongnu.org; Sun, 24 Aug 2014 16:50:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLekR-0000EM-IE for qemu-devel@nongnu.org; Sun, 24 Aug 2014 16:50:48 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7OKokZR021710 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 24 Aug 2014 16:50:46 -0400 Received: from redhat.com (ovpn-116-45.ams2.redhat.com [10.36.116.45]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id s7OKojIx029600 for ; Sun, 24 Aug 2014 16:50:45 -0400 Date: Sun, 24 Aug 2014 22:51:19 +0200 From: "Michael S. Tsirkin" Message-ID: <1408913473-11164-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] pcie: fix trailing whitespace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Michael S. Tsirkin --- hw/pci/pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index 6cb6e0c..1babddf 100644 --- a/hw/pci/pcie.c +++ b/hw/pci/pcie.c @@ -498,7 +498,7 @@ void pcie_cap_flr_write_config(PCIDevice *dev, } /* Alternative Routing-ID Interpretation (ARI) - * forwarding support for root and downstream ports + * forwarding support for root and downstream ports */ void pcie_cap_arifwd_init(PCIDevice *dev) { -- MST