aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vdpa
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-04 22:38:58 +0800
committerMichael S. Tsirkin <mst@redhat.com>2022-06-08 08:56:03 -0400
commit2f72b2262d317093596c72bd5b27b9880be7611e (patch)
tree52e55de87a51bd246fe6f5dee6b8ee9d235f61cf /drivers/vdpa
parentvirtio-rng: make device ready before making request (diff)
downloadwireguard-linux-2f72b2262d317093596c72bd5b27b9880be7611e.tar.xz
wireguard-linux-2f72b2262d317093596c72bd5b27b9880be7611e.zip
vdpa/mlx5: Fix syntax errors in comments
Delete the redundant word 'is'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Message-Id: <20220604143858.16073-1-wangxiang@cdjrlc.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'drivers/vdpa')
-rw-r--r--drivers/vdpa/mlx5/net/mlx5_vnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vdpa/mlx5/net/mlx5_vnet.c b/drivers/vdpa/mlx5/net/mlx5_vnet.c
index b7a955479156..b878c1095530 100644
--- a/drivers/vdpa/mlx5/net/mlx5_vnet.c
+++ b/drivers/vdpa/mlx5/net/mlx5_vnet.c
@@ -107,7 +107,7 @@ struct mlx5_vdpa_virtqueue {
/* Resources for implementing the notification channel from the device
* to the driver. fwqp is the firmware end of an RC connection; the
- * other end is vqqp used by the driver. cq is is where completions are
+ * other end is vqqp used by the driver. cq is where completions are
* reported.
*/
struct mlx5_vdpa_cq cq;