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 <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: Jason Wang <[email protected]>
1 parent 2284325 commit 2f72b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)