Whamcloud - gitweb
LU-13791 mdt: allow using symbolic capability names
[fs/lustre-release.git] / libcfs / libcfs / module.c
index 4e0440b..e65c1c7 100644 (file)
@@ -124,7 +124,7 @@ static int proc_dobitmasks(struct ctl_table *table, int write,
                        rc = 0;
                } else {
                        rc = cfs_trace_copyout_string(buffer, nob,
-                                                     tmpstr + pos, "\n");
+                                                     tmpstr + pos, NULL);
                }
        } else {
                tmpstr = memdup_user_nul(buffer, nob);