Skip to content

Commit 8606a02

Browse files
committed
UCX osc: fix macro parameter name usage in OMPI_OSC_UCX_REQUEST_RETURN
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent d448efd commit 8606a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/ucx/osc_ucx_request.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ OBJ_CLASS_DECLARATION(ompi_osc_ucx_request_t);
4343

4444
#define OMPI_OSC_UCX_REQUEST_RETURN(req) \
4545
do { \
46-
OMPI_REQUEST_FINI(&request->super); \
46+
OMPI_REQUEST_FINI(&req->super); \
4747
opal_free_list_return (&mca_osc_ucx_component.requests, \
4848
(opal_free_list_item_t*) req); \
4949
} while (0)

0 commit comments

Comments
 (0)