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>
This commit is contained in:
Paul Jackson 2005-10-30 15:02:27 -08:00 коммит произвёл Linus Torvalds
Родитель e954365971
Коммит f35f31d7ed
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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: