seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char
authorJoe Perches <joe@perches.com>
Sat, 10 Sep 2016 10:34:16 +0000 (20:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 10 Sep 2016 10:34:16 +0000 (20:34 +1000)
commitf8e2806b5dc7310381d6f7b7992ed5953a89a7fb
tree12ba37a0a5b64ae823c2e7a12e36a38bbb5fe727
parent66568685b8080fb1f12cc0824165afc5ebfa9810
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char

Allow some seq_puts removals by taking a string instead of a single char.

Link: http://lkml.kernel.org/r/667e1cf3d436de91a5698170a1e98d882905e956.1470704995.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Joe Perches <joe@perches.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/array.c
fs/proc/stat.c
fs/seq_file.c
include/linux/seq_file.h
This page took 0.026007 seconds and 5 git commands to generate.