PCI: hv: Fix a comment typo in _hv_pcifront_read_config()
Comment in _hv_pcifront_read_config() contains a typo, fix it. No functional change. Signed-off-by: Dexuan Cui <decui@microsoft.com> [lorenzo.pieralisi@arm.com: changed commit log] Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Haiyang Zhang <haiyangz@microsoft.com> Cc: Vitaly Kuznetsov <vkuznets@redhat.com> Cc: Stephen Hemminger <sthemmin@microsoft.com> Cc: K. Y. Srinivasan <kys@microsoft.com>
This commit is contained in:
parent
de0aa7b2f9
commit
df3f2159f4
|
@ -656,7 +656,7 @@ static void _hv_pcifront_read_config(struct hv_pci_dev *hpdev, int where,
|
||||||
break;
|
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.
|
* allowing consecutive reads/writes.
|
||||||
*/
|
*/
|
||||||
mb();
|
mb();
|
||||||
|
|
Loading…
Reference in New Issue