lkml.org 
[lkml]   [2020]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH][next] virtio: fix spelling mistake "confiugration" -> "configuration"
From
Date

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

\
 
 \ /
  Last update: 2020-03-31 04:31    [W:0.094 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site