Skip to content
Snippets Groups Projects
Commit 751d79d4 authored by Isaac Huang's avatar Isaac Huang
Browse files

i=eeb

-   fixed a typo.
parent c404e14b
No related branches found
No related tags found
No related merge requests found
...@@ -1746,7 +1746,7 @@ kibnal_startup (lnet_ni_t *ni) ...@@ -1746,7 +1746,7 @@ kibnal_startup (lnet_ni_t *ni)
snprintf(ipif_name, sizeof(ipif_name), "%s%d", snprintf(ipif_name, sizeof(ipif_name), "%s%d",
*kibnal_tunables.kib_ipif_basename, i); *kibnal_tunables.kib_ipif_basename, i);
if (strlen(ipif_name) == sizeof(ipif_name - 1)) { if (strlen(ipif_name) == sizeof(ipif_name) - 1) {
CERROR("IPoIB interface name %s truncated\n", ipif_name); CERROR("IPoIB interface name %s truncated\n", ipif_name);
return -EINVAL; return -EINVAL;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment