linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] PCI: hv: fix a comment typo in _hv_pcifront_read_config()
@ 2018-03-03  0:20 Dexuan Cui
  2018-03-03  0:20 ` [PATCH 2/3] PCI: hv: serialize the present/eject work items Dexuan Cui
  2018-03-03  0:20 ` [PATCH 3/3] PCI: hv: fix 2 hang issues in hv_compose_msi_msg() Dexuan Cui
  0 siblings, 2 replies; 5+ messages in thread
From: Dexuan Cui @ 2018-03-03  0:20 UTC (permalink / raw)
  To: bhelgaas@google.com, linux-pci@vger.kernel.org, KY Srinivasan,
	Stephen Hemminger
  Cc: linux-kernel@vger.kernel.org,
	driverdev-devel@linuxdriverproject.org, Haiyang Zhang,
	olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com,
	vkuznets@redhat.com, marcelo.cerri@canonical.com, Dexuan Cui,
	stable@vger.kernel.org

No functional change.

Signed-off-by: Dexuan Cui <decui@microsoft.com>
Fixes: bdd74440d9e8 ("PCI: hv: Add explicit barriers to config space access=
")
Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
Cc: stable@vger.kernel.org
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
---
 drivers/pci/host/pci-hyperv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/host/pci-hyperv.c
index 2faf38eab785..1233300f41c6 100644
--- a/drivers/pci/host/pci-hyperv.c
+++ b/drivers/pci/host/pci-hyperv.c
@@ -653,7 +653,7 @@ static void _hv_pcifront_read_config(struct hv_pci_dev =
*hpdev, int where,
 			break;
 		}
 		/*
-		 * Make sure the write was done before we release the spinlock
+		 * Make sure the read was done before we release the spinlock
 		 * allowing consecutive reads/writes.
 		 */
 		mb();
--=20
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-05  5:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-03  0:20 [PATCH 1/3] PCI: hv: fix a comment typo in _hv_pcifront_read_config() Dexuan Cui
2018-03-03  0:20 ` [PATCH 2/3] PCI: hv: serialize the present/eject work items Dexuan Cui
2018-03-03 16:09   ` Michael Kelley (EOSG)
2018-03-05  5:11     ` Dexuan Cui
2018-03-03  0:20 ` [PATCH 3/3] PCI: hv: fix 2 hang issues in hv_compose_msi_msg() Dexuan Cui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).