Skip to content

Commit cc80d4e

Browse files
committed
UCT: fix format and comments
1 parent 88c33fe commit cc80d4e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/uct/api/v2/uct_v2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,7 @@ ucs_status_t uct_ep_query(uct_ep_h ep, uct_ep_attr_t *ep_attr);
13741374
* @ingroup UCT_RESOURCE
13751375
* @brief Invalidate the endpoint.
13761376
*
1377+
* This routine invalidates the endpoint and moves it to the error state.
13771378
* Incomplete operations are completed with error unless
13781379
* @ref UCT_EP_INVALIDATE_FLAG_DEFER_COMPLETIONS transfers their ownership to
13791380
* the caller.

src/uct/ib/mlx5/gga/gga_mlx5.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@ uct_gga_mlx5_ep_is_connected(uct_ep_h tl_ep,
729729
uct_rc_mlx5_base_ep_is_connected(tl_ep, params);
730730
}
731731

732-
733732
static uct_rc_iface_ops_t uct_gga_mlx5_iface_ops = {
734733
.super = {
735734
.super = {

0 commit comments

Comments
 (0)