Skip to content

Commit a62315b

Browse files
Israel RukshinChristoph Hellwig
authored andcommitted
nvme-rdma: Replace comma with a semicolon
Use a semicolon at the end of an assignment expression. Signed-off-by: Israel Rukshin <[email protected]> Reviewed-by: Max Gurtovoy <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 38803fc commit a62315b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvme/host/rdma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ static int nvme_rdma_post_send(struct nvme_rdma_queue *queue,
13501350
int ret;
13511351

13521352
sge->addr = qe->dma;
1353-
sge->length = sizeof(struct nvme_command),
1353+
sge->length = sizeof(struct nvme_command);
13541354
sge->lkey = queue->device->pd->local_dma_lkey;
13551355

13561356
wr.next = NULL;

0 commit comments

Comments
 (0)