diff mbox series

PCI: hv: fix spelling mistake: "reqquest" -> "request"

Message ID 20180508214946.19772-1-colin.king@canonical.com
State Not Applicable
Delegated to: Lorenzo Pieralisi
Headers show
Series PCI: hv: fix spelling mistake: "reqquest" -> "request" | expand

Commit Message

Colin Ian King May 8, 2018, 9:49 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/pci/host/pci-hyperv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lorenzo Pieralisi June 28, 2018, 5:08 p.m. UTC | #1
On Tue, May 08, 2018 at 10:49:46PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err error message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/pci/host/pci-hyperv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Hi Colin,

patch change was superseded, I will drop it from patchwork, thanks
for sending it anyway.

Lorenzo

> diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/host/pci-hyperv.c
> index 50cdefe3f6d3..7e93b4ffb162 100644
> --- a/drivers/pci/host/pci-hyperv.c
> +++ b/drivers/pci/host/pci-hyperv.c
> @@ -2071,7 +2071,7 @@ static int hv_pci_protocol_negotiation(struct hv_device *hdev)
>  				VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED);
>  		if (ret) {
>  			dev_err(&hdev->device,
> -				"PCI Pass-through VSP failed sending version reqquest: %#x",
> +				"PCI Pass-through VSP failed sending version request: %#x",
>  				ret);
>  			goto exit;
>  		}
> -- 
> 2.17.0
>
diff mbox series

Patch

diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/host/pci-hyperv.c
index 50cdefe3f6d3..7e93b4ffb162 100644
--- a/drivers/pci/host/pci-hyperv.c
+++ b/drivers/pci/host/pci-hyperv.c
@@ -2071,7 +2071,7 @@  static int hv_pci_protocol_negotiation(struct hv_device *hdev)
 				VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED);
 		if (ret) {
 			dev_err(&hdev->device,
-				"PCI Pass-through VSP failed sending version reqquest: %#x",
+				"PCI Pass-through VSP failed sending version request: %#x",
 				ret);
 			goto exit;
 		}