linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] virtio: fix spelling mistake "confiugration" -> "configuration"
@ 2020-03-30 10:19 Colin King
  2020-03-31  2:30 ` Jason Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-03-30 10:19 UTC (permalink / raw)
  To: Michael S . Tsirkin, Jason Wang, Zhu Lingshan, tiwei.bie, Wang Xiao
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There are two spelling mistakes of configuration in IFCVF_ERR error
messages. Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/virtio/vdpa/ifcvf/ifcvf_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/virtio/vdpa/ifcvf/ifcvf_main.c b/drivers/virtio/vdpa/ifcvf/ifcvf_main.c
index 8d54dc5b08d2..111ac12f6c8e 100644
--- a/drivers/virtio/vdpa/ifcvf/ifcvf_main.c
+++ b/drivers/virtio/vdpa/ifcvf/ifcvf_main.c
@@ -340,14 +340,14 @@ static int ifcvf_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 
 	ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(64));
 	if (ret) {
-		IFCVF_ERR(pdev, "No usable DMA confiugration\n");
+		IFCVF_ERR(pdev, "No usable DMA configuration\n");
 		return ret;
 	}
 
 	ret = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64));
 	if (ret) {
 		IFCVF_ERR(pdev,
-			  "No usable coherent DMA confiugration\n");
+			  "No usable coherent DMA configuration\n");
 		return ret;
 	}
 
-- 
2.25.1


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

* Re: [PATCH][next] virtio: fix spelling mistake "confiugration" -> "configuration"
  2020-03-30 10:19 [PATCH][next] virtio: fix spelling mistake "confiugration" -> "configuration" Colin King
@ 2020-03-31  2:30 ` Jason Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2020-03-31  2:30 UTC (permalink / raw)
  To: Colin King, Michael S . Tsirkin, Zhu Lingshan, tiwei.bie, Wang Xiao
  Cc: kernel-janitors, linux-kernel


On 2020/3/30 下午6:19, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There are two spelling mistakes of configuration in IFCVF_ERR error
> messages. Fix them.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   drivers/virtio/vdpa/ifcvf/ifcvf_main.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/virtio/vdpa/ifcvf/ifcvf_main.c b/drivers/virtio/vdpa/ifcvf/ifcvf_main.c
> index 8d54dc5b08d2..111ac12f6c8e 100644
> --- a/drivers/virtio/vdpa/ifcvf/ifcvf_main.c
> +++ b/drivers/virtio/vdpa/ifcvf/ifcvf_main.c
> @@ -340,14 +340,14 @@ static int ifcvf_probe(struct pci_dev *pdev, const struct pci_device_id *id)
>   
>   	ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(64));
>   	if (ret) {
> -		IFCVF_ERR(pdev, "No usable DMA confiugration\n");
> +		IFCVF_ERR(pdev, "No usable DMA configuration\n");
>   		return ret;
>   	}
>   
>   	ret = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64));
>   	if (ret) {
>   		IFCVF_ERR(pdev,
> -			  "No usable coherent DMA confiugration\n");
> +			  "No usable coherent DMA configuration\n");
>   		return ret;
>   	}
>   


Acked-by: Jason Wang <jasowang@redhat.com>

Thanks


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

end of thread, other threads:[~2020-03-31  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 10:19 [PATCH][next] virtio: fix spelling mistake "confiugration" -> "configuration" Colin King
2020-03-31  2:30 ` Jason Wang

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).