Skip to content

Commit f35f31d

Browse files
Paul JacksonLinus Torvalds
authored andcommitted
[PATCH] cpuset cleanup
Remove one more useless line from cpuset_common_file_read(). Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent e954365 commit f35f31d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/cpuset.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,6 @@ static ssize_t cpuset_common_file_read(struct file *file, char __user *buf,
995995
goto out;
996996
}
997997
*s++ = '\n';
998-
*s = '\0';
999998

1000999
retval = simple_read_from_buffer(buf, nbytes, ppos, page, s - page);
10011000
out:

0 commit comments

Comments
 (0)