Re: [PATCH 23/27] cgroup: Remove use of seq_printf return value

2015-02-22 Thread Tejun Heo
On Sat, Feb 21, 2015 at 06:53:50PM -0800, Joe Perches wrote: > The seq_printf return value, because it's frequently misused, > will eventually be converted to void. > > See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to > seq_has_overflowed() and make public") > > Signed-off-by: J

[PATCH 23/27] cgroup: Remove use of seq_printf return value

2015-02-21 Thread Joe Perches
The seq_printf return value, because it's frequently misused, will eventually be converted to void. See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to seq_has_overflowed() and make public") Signed-off-by: Joe Perches --- kernel/cgroup.c | 4 +++- 1 file changed, 3 insertions(+),