Skip to content

Commit

Permalink
dlm: Remove seq_printf() return checks and use seq_has_overflowed()
Browse files Browse the repository at this point in the history
The seq_printf() return is going away soon and users of it should
check seq_has_overflowed() to see if the buffer is full and will
not accept any more data.

Convert functions returning int to void where seq_printf() is used.

Link: http://lkml.kernel.org/p/43590057bcb83846acbbcc1fe641f792b2fb7773.1412031505.git.joe@perches.com
Link: http://lkml.kernel.org/r/[email protected]

Acked-by: David Teigland <[email protected]>
Cc: Christine Caulfield <[email protected]>
Cc: [email protected]
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
  • Loading branch information
JoePerches authored and rostedt committed Nov 5, 2014
1 parent e71456a commit d6d906b
Showing 1 changed file with 117 additions and 134 deletions.
Loading

0 comments on commit d6d906b

Please sign in to comment.