Whamcloud - gitweb
LU-9859 libcfs: use strim instead of cfs_trimwhite.
[fs/lustre-release.git] / lnet / lnet / router_proc.c
index c0c5c25..a839507 100644 (file)
@@ -878,7 +878,7 @@ static int __proc_lnet_portal_rotor(void *data, int write,
        if (rc < 0)
                goto out;
 
-       tmp = cfs_trimwhite(buf);
+       tmp = strim(buf);
 
        rc = -EINVAL;
        lnet_res_lock(0);