Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
MamziB committed Sep 12, 2023
1 parent 1c2f567 commit 7813a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/mlx5/mcast/tl_mlx5_mcast_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static inline int ucc_tl_mlx5_mcast_recv(ucc_tl_mlx5_mcast_coll_comm_t *comm,

real_num_comp = num_comp;

for (i = 0; i < real_num_comp; i++) {
for (i = 0; i < real_num_comp; i++) {
ucc_assert(wc[i].status == IBV_WC_SUCCESS);

id = wc[i].wr_id;
Expand Down

0 comments on commit 7813a10

Please sign in to comment.