From 1870b0401703eb6f58fac4ac8a7ab9c5417865a1 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 20 Mar 2020 11:16:52 -0700 Subject: [PATCH] usnic: remove typo Remove an amusing -- but harmless -- typo. Signed-off-by: Jeff Squyres --- opal/mca/btl/usnic/btl_usnic_hwloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/btl/usnic/btl_usnic_hwloc.c b/opal/mca/btl/usnic/btl_usnic_hwloc.c index 5792f889ec..88768f4116 100644 --- a/opal/mca/btl/usnic/btl_usnic_hwloc.c +++ b/opal/mca/btl/usnic/btl_usnic_hwloc.c @@ -201,7 +201,7 @@ int opal_btl_usnic_hwloc_distance(opal_btl_usnic_module_t *module) "btl:usnic:filter_numa: filtering devices by NUMA distance"); /* ensure we have the topology */ - if (OPAL_SUCCESS !=- opal_hwloc_base_get_topology()) { + if (OPAL_SUCCESS != opal_hwloc_base_get_topology()) { opal_output_verbose(5, USNIC_OUT, "btl:usnic:filter_numa: not sorting devices by NUMA distance (topology not available)"); return OPAL_SUCCESS;