projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a410a73
)
RDMA/siw: Fix typo
author
Guoqing Jiang
<guoqing.jiang@linux.dev>
Mon, 13 Nov 2023 11:57:23 +0000
(19:57 +0800)
committer
Leon Romanovsky
<leon@kernel.org>
Wed, 15 Nov 2023 13:58:14 +0000
(15:58 +0200)
Replace ORRQ with ORQ.
Acked-by: Bernard Metzler <bmt@zurich.ibm.com>
Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Link:
https://lore.kernel.org/r/20231113115726.12762-15-guoqing.jiang@linux.dev
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/sw/siw/siw_qp.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/sw/siw/siw_qp.c
b/drivers/infiniband/sw/siw/siw_qp.c
index 26e3904d2f41617de888c59dfe6e4ce1a9020315..da92cfa2073d7605f5085954088c501292906880 100644
(file)
--- a/
drivers/infiniband/sw/siw/siw_qp.c
+++ b/
drivers/infiniband/sw/siw/siw_qp.c
@@
-1183,7
+1183,7
@@
int siw_rqe_complete(struct siw_qp *qp, struct siw_rqe *rqe, u32 bytes,
/*
* siw_sq_flush()
*
- * Flush SQ and OR
R
Q entries to CQ.
+ * Flush SQ and ORQ entries to CQ.
*
* Must be called with QP state write lock held.
* Therefore, SQ and ORQ lock must not be taken.