]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ipc: remove use of seq_printf return value
authorJoe Perches <joe@perches.com>
Wed, 15 Apr 2015 23:17:54 +0000 (16:17 -0700)
committerJiri Slaby <jslaby@suse.cz>
Fri, 28 Oct 2016 17:03:56 +0000 (19:03 +0200)
commitdbeba38c64b4918d8c33ca2fd2af6001b4f9b4d1
treebaa7c11f7f89069992f9e2c368f471acbf9da877
parente3286c43ba1252aac99b9a9a7c0bcb2e752cf47c
ipc: remove use of seq_printf return value

commit 7f032d6ef6154868a2a5d5f6b2c3f8587292196c upstream.

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 <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
ipc/msg.c
ipc/sem.c
ipc/shm.c
ipc/util.c