Skip to content

Commit 1870b04

Browse files
committed
usnic: remove typo
Remove an amusing -- but harmless -- typo. Signed-off-by: Jeff Squyres <[email protected]>
1 parent b3f0bc5 commit 1870b04

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)