Fix unbalanced parenthesees noticed by Paul Hargove.
This commit was SVN r17029.
Этот коммит содержится в:
родитель
42d5fe62f9
Коммит
c9bea80f8f
@ -285,7 +285,7 @@ mca_btl_gm_module_init (mca_btl_gm_module_t * btl)
|
||||
sizeof (mca_btl_gm_frag_eager_t),
|
||||
CACHE_LINE_SIZE,
|
||||
OBJ_CLASS (mca_btl_gm_frag_eager_t),
|
||||
1 << mca_btl_gm_component.gm_eager_frag_size) + sizeof (uintptr_t),
|
||||
(1 << mca_btl_gm_component.gm_eager_frag_size) + sizeof (uintptr_t),
|
||||
CACHE_LINE_SIZE,
|
||||
btl->gm_max_send_tokens,
|
||||
mca_btl_gm_component.gm_free_list_max,
|
||||
@ -296,7 +296,7 @@ mca_btl_gm_module_init (mca_btl_gm_module_t * btl)
|
||||
sizeof (mca_btl_gm_frag_max_t),
|
||||
CACHE_LINE_SIZE,
|
||||
OBJ_CLASS (mca_btl_gm_frag_max_t),
|
||||
1 << mca_btl_gm_component.gm_max_frag_size) + sizeof (uintptr_t),
|
||||
(1 << mca_btl_gm_component.gm_max_frag_size) + sizeof (uintptr_t),
|
||||
CACHE_LINE_SIZE,
|
||||
btl->gm_max_recv_tokens,
|
||||
mca_btl_gm_component.gm_free_list_max,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user