diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-08-24 22:45:29 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-08-25 00:16:07 +0200 |
commit | 187de915e8d06aaf82be206aebc551c82bf0670c (patch) | |
tree | bd28d8111d21787a4fc6fe94c6e31e3bed7a2b85 | |
parent | a74b87027065fdacdadc906c236b001419df7c91 (diff) | |
download | qemu-187de915e8d06aaf82be206aebc551c82bf0670c.tar.gz qemu-187de915e8d06aaf82be206aebc551c82bf0670c.tar.bz2 qemu-187de915e8d06aaf82be206aebc551c82bf0670c.zip |
pcie: fix trailing whitespace
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | hw/pci/pcie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index 6cb6e0ca36..1babddff4d 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) { |