From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLg7N-00026E-1X for qemu-devel@nongnu.org; Sun, 24 Aug 2014 18:18:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLg7G-0000Sc-U8 for qemu-devel@nongnu.org; Sun, 24 Aug 2014 18:18:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLg7G-0000SW-NV for qemu-devel@nongnu.org; Sun, 24 Aug 2014 18:18:26 -0400 Date: Mon, 25 Aug 2014 00:18:54 +0200 From: "Michael S. Tsirkin" Message-ID: <1408918641-14167-12-git-send-email-mst@redhat.com> References: <1408918641-14167-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408918641-14167-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PULL 11/11] pcie: fix trailing whitespace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori 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