Skip to content

Commit ce774ef

Browse files
committed
UCT/IB/MLX5: PR fix - code convention
1 parent fb2a9b2 commit ce774ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uct/ib/mlx5/dv/ib_mlx5_dv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ ucs_status_t uct_ib_mlx5_devx_create_qp_common(uct_ib_iface_t *iface,
133133
{
134134
uct_ib_mlx5_md_t *md = ucs_derived_of(iface->super.md, uct_ib_mlx5_md_t);
135135
uct_ib_device_t *dev = &md->super.dev;
136+
uint64_t bf_size = 0;
136137
char in[UCT_IB_MLX5DV_ST_SZ_BYTES(create_qp_in)] = {};
137138
char out[UCT_IB_MLX5DV_ST_SZ_BYTES(create_qp_out)] = {};
138139
char in_2init[UCT_IB_MLX5DV_ST_SZ_BYTES(rst2init_qp_in)] = {};
@@ -141,7 +142,6 @@ ucs_status_t uct_ib_mlx5_devx_create_qp_common(uct_ib_iface_t *iface,
141142
uct_ib_mlx5_devx_uar_t *uar;
142143
ucs_status_t status;
143144
void *qpc;
144-
uint64_t bf_size = 0;
145145

146146
uct_ib_iface_fill_attr(iface, &attr->super);
147147

0 commit comments

Comments
 (0)