diff options
author | Joe Perches <[email protected]> | 2015-09-11 13:07:48 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-09-11 15:21:34 -0700 |
commit | 6798a8caaf64fa68b9ab2044e070fe4545034e03 (patch) | |
tree | 0703bb5ad58e92d21c00a69359ba962ba4928740 /tools/perf/scripts/python | |
parent | c9946c4208a3725e116c05180d93154eb406d451 (diff) |
fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void
The seq_<foo> function return values were frequently misused.
See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to
seq_has_overflowed() and make public")
All uses of these return values have been removed, so convert the
return types to void.
Miscellanea:
o Move seq_put_decimal_<type> and seq_escape prototypes closer the
other seq_vprintf prototypes
o Reorder seq_putc and seq_puts to return early on overflow
o Add argument names to seq_vprintf and seq_printf
o Update the seq_escape kernel-doc
o Convert a couple of leading spaces to tabs in seq_escape
Signed-off-by: Joe Perches <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Joerg Roedel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions