Skip to content

Commit

Permalink
[PATCH] cpuset cleanup
Browse files Browse the repository at this point in the history
Remove one more useless line from cpuset_common_file_read().

Signed-off-by: Paul Jackson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed Oct 31, 2005
1 parent e954365 commit f35f31d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,6 @@ static ssize_t cpuset_common_file_read(struct file *file, char __user *buf,
goto out;
}
*s++ = '\n';
*s = '\0';

retval = simple_read_from_buffer(buf, nbytes, ppos, page, s - page);
out:
Expand Down

0 comments on commit f35f31d

Please sign in to comment.