]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipc: remove use of seq_printf return value
authorJoe Perches <joe@perches.com>
Tue, 7 Apr 2015 23:44:58 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:58 +0000 (09:44 +1000)
commitaf2697845b4bbca492d91b5526eb11ce922c2fbb
tree1300f421a0591575b984f07922d14b77ab72a771
parent13f7deb53fa6229cfa482afb0abe0d8cdee19e16
ipc: remove use of seq_printf return value

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>
ipc/msg.c
ipc/sem.c
ipc/shm.c
ipc/util.c