Skip to content

Commit

Permalink
CODESTYLE: Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarka committed Sep 11, 2024
1 parent 86b305c commit e97d448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/ucc_base_iface.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ typedef struct ucc_base_ctx_attr_t {

static inline void ucc_base_ctx_attr_clear(ucc_base_ctx_attr_t *attr)
{
uint32_t mask = attr->attr.mask;
uint64_t mask = attr->attr.mask;
memset(attr, 0, sizeof(ucc_base_ctx_attr_t));
attr->attr.mask = mask;
}
Expand Down

0 comments on commit e97d448

Please sign in to comment.