summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_comp.c
diff options
context:
space:
mode:
authorDaisuke Matsuda <matsuda-daisuke@fujitsu.com>2023-05-18 16:00:27 +0900
committerJason Gunthorpe <jgg@nvidia.com>2023-05-19 12:02:26 -0300
commit42b0a5e691087c7e7ccbb8da87d51b301a9ddeb1 (patch)
tree1f9d392b83334e462e4b501edd8fc60ed0b21591 /drivers/infiniband/sw/rxe/rxe_comp.c
parenta7dae5daf4bf50de01ebdd192bf52c2e8cd80c75 (diff)
downloadlinux-42b0a5e691087c7e7ccbb8da87d51b301a9ddeb1.tar.gz
linux-42b0a5e691087c7e7ccbb8da87d51b301a9ddeb1.tar.bz2
linux-42b0a5e691087c7e7ccbb8da87d51b301a9ddeb1.zip
RDMA/rxe: Fix comments about removed tasklets
The commit 9b4b7c1f9f54 ("RDMA/rxe: Add workqueue support for rxe tasks") removed tasklets and replaced them with a workqueue, but relevant comments are still remaining in the source code. Fixes: 9b4b7c1f9f54 ("RDMA/rxe: Add workqueue support for rxe tasks") Link: https://lore.kernel.org/r/20230518070027.942715-1-matsuda-daisuke@fujitsu.com Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com> Reviewed-by: Bob Pearson <rpearsonhpe@gmail.com> Acked-by: Zhu Yanjun <zyjzyj2000@gmail.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/sw/rxe/rxe_comp.c')
-rw-r--r--drivers/infiniband/sw/rxe/rxe_comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_comp.c b/drivers/infiniband/sw/rxe/rxe_comp.c
index db18ace74d2b..0c0ae214c3a9 100644
--- a/drivers/infiniband/sw/rxe/rxe_comp.c
+++ b/drivers/infiniband/sw/rxe/rxe_comp.c
@@ -826,7 +826,7 @@ int rxe_completer(struct rxe_qp *qp)
}
/* A non-zero return value will cause rxe_do_task to
- * exit its loop and end the tasklet. A zero return
+ * exit its loop and end the work item. A zero return
* will continue looping and return to rxe_completer
*/
done: