[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <cb50bee4-5051-945b-cb62-87708f5d4083@redhat.com>
Date: Tue, 31 Mar 2020 10:30:19 +0800
From: Jason Wang <jasowang@...hat.com>
To: Colin King <colin.king@...onical.com>,
"Michael S . Tsirkin" <mst@...hat.com>,
Zhu Lingshan <lingshan.zhu@...el.com>, tiwei.bie@...el.com,
Wang Xiao <xiao.w.wang@...el.com>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] virtio: fix spelling mistake "confiugration" ->
"configuration"
On 2020/3/30 下午6:19, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> There are two spelling mistakes of configuration in IFCVF_ERR error
> messages. Fix them.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.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@...hat.com>
Thanks
Powered by blists - more mailing lists