Skip to content

Commit 973d101

Browse files
authored
Merge pull request #7548 from jsquyres/pr/usnic-typo
usnic: remove typo
2 parents a523e9b + 1870b04 commit 973d101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/usnic/btl_usnic_hwloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ int opal_btl_usnic_hwloc_distance(opal_btl_usnic_module_t *module)
201201
"btl:usnic:filter_numa: filtering devices by NUMA distance");
202202

203203
/* ensure we have the topology */
204-
if (OPAL_SUCCESS !=- opal_hwloc_base_get_topology()) {
204+
if (OPAL_SUCCESS != opal_hwloc_base_get_topology()) {
205205
opal_output_verbose(5, USNIC_OUT,
206206
"btl:usnic:filter_numa: not sorting devices by NUMA distance (topology not available)");
207207
return OPAL_SUCCESS;

0 commit comments

Comments
 (0)