Skip to content

Commit 99d384e

Browse files
wfaderhold21janjust
authored andcommitted
REVIEW: fix clang-tidy
1 parent 6645d1e commit 99d384e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tl/ucp/alltoallv/alltoallv_onesided.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ucc_status_t ucc_tl_ucp_alltoallv_onesided_init(ucc_base_coll_args_t *coll_args,
8787
ucc_tl_ucp_task_t *task;
8888

8989
ALLTOALLV_TASK_CHECK(coll_args->args, tl_team);
90-
if ((!coll_args->args.mask & UCC_COLL_ARGS_FIELD_FLAGS) ||
90+
if (!(coll_args->args.mask & UCC_COLL_ARGS_FIELD_FLAGS) ||
9191
(coll_args->args.mask & UCC_COLL_ARGS_FIELD_FLAGS && !(coll_args->args.flags & UCC_COLL_ARGS_FLAG_MEM_MAPPED_BUFFERS))) {
9292
tl_error(UCC_TL_TEAM_LIB(tl_team),
9393
"non memory mapped buffers are not supported");

0 commit comments

Comments
 (0)