projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38803fc
)
nvme-rdma: Replace comma with a semicolon
author
Israel Rukshin
<israelr@mellanox.com>
Tue, 31 Mar 2020 12:46:33 +0000
(15:46 +0300)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 31 Mar 2020 14:20:08 +0000
(16:20 +0200)
Use a semicolon at the end of an assignment expression.
Signed-off-by: Israel Rukshin <israelr@mellanox.com>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/rdma.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/rdma.c
b/drivers/nvme/host/rdma.c
index
86603d9
..
f704e72
100644
(file)
--- a/
drivers/nvme/host/rdma.c
+++ b/
drivers/nvme/host/rdma.c
@@
-1350,7
+1350,7
@@
static int nvme_rdma_post_send(struct nvme_rdma_queue *queue,
int ret;
sge->addr = qe->dma;
- sge->length = sizeof(struct nvme_command)
,
+ sge->length = sizeof(struct nvme_command)
;
sge->lkey = queue->device->pd->local_dma_lkey;
wr.next = NULL;