Skip to content

Commit 7ab86c2

Browse files
committed
UCP: Fix alignment
1 parent c26f851 commit 7ab86c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ucp/core/ucp_context.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,8 @@ static ucs_config_field_t ucp_context_config_table[] = {
512512
UCS_CONFIG_TYPE_BITMAP(ucs_memory_type_names)},
513513

514514
{"REG_NONBLOCK_FALLBACK", "y",
515-
"Allow fallback to blocking memory registration if no MDs supporting non-blocking\n"
516-
"registration.",
515+
"Allow fallback to blocking memory registration if no MDs supporting non-blocking\n"
516+
"registration.",
517517
ucs_offsetof(ucp_context_config_t, reg_nb_fallback), UCS_CONFIG_TYPE_BOOL},
518518

519519
{"PREFER_OFFLOAD", "y",

0 commit comments

Comments
 (0)