Skip to content

Commit f38b3c6

Browse files
Dan Carpentermstsirkin
authored andcommitted
vdpa/mlx5: clean up indenting in handle_ctrl_vlan()
These lines were supposed to be indented. Signed-off-by: Dan Carpenter <[email protected]> Message-Id: <Yp71IYMP+QfuCJ8t@kili> Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: Eli Cohen <[email protected]> Acked-by: Si-Wei Liu <[email protected]>
1 parent f766c40 commit f38b3c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/vdpa/mlx5/net/mlx5_vnet.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,10 +1817,10 @@ static virtio_net_ctrl_ack handle_ctrl_vlan(struct mlx5_vdpa_dev *mvdev, u8 cmd)
18171817
status = VIRTIO_NET_OK;
18181818
break;
18191819
default:
1820-
break;
1821-
}
1820+
break;
1821+
}
18221822

1823-
return status;
1823+
return status;
18241824
}
18251825

18261826
static void mlx5_cvq_kick_handler(struct work_struct *work)

0 commit comments

Comments
 (0)