Skip to content

Commit 2f72b22

Browse files
Xiang wangxmstsirkin
authored andcommitted
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>
1 parent 2284325 commit 2f72b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/vdpa/mlx5/net/mlx5_vnet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct mlx5_vdpa_virtqueue {
107107

108108
/* Resources for implementing the notification channel from the device
109109
* to the driver. fwqp is the firmware end of an RC connection; the
110-
* other end is vqqp used by the driver. cq is is where completions are
110+
* other end is vqqp used by the driver. cq is where completions are
111111
* reported.
112112
*/
113113
struct mlx5_vdpa_cq cq;

0 commit comments

Comments
 (0)