From: Dexuan Cui Date: Thu, 15 Mar 2018 14:21:35 +0000 (+0000) Subject: PCI: hv: Fix a comment typo in _hv_pcifront_read_config() X-Git-Tag: v5.15~9091^2~6^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df3f2159f4e4146d40b244725ce79ed921530b99;p=platform%2Fkernel%2Flinux-starfive.git 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 [lorenzo.pieralisi@arm.com: changed commit log] Signed-off-by: Lorenzo Pieralisi Acked-by: Haiyang Zhang Cc: Vitaly Kuznetsov Cc: Stephen Hemminger Cc: K. Y. Srinivasan --- diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/host/pci-hyperv.c index cb694d2..0d2a098 100644 --- a/drivers/pci/host/pci-hyperv.c +++ b/drivers/pci/host/pci-hyperv.c @@ -656,7 +656,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();