diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2015-09-10 00:36:59 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-10 22:29:01 +0200 |
commit | 774636e19ed514cdf560006813c0473409616de8 (patch) | |
tree | 1b25c96cca1035d1fc45d758bb17e966d4cadf12 /lib/bitmap.c | |
parent | kstrto*: accept "-0" for signed conversion (diff) | |
download | linux-774636e19ed514cdf560006813c0473409616de8.tar.xz linux-774636e19ed514cdf560006813c0473409616de8.zip |
proc: convert to kstrto*()/kstrto*_from_user()
Convert from manual allocation/copy_from_user/... to kstrto*() family
which were designed for exactly that.
One case can not be converted to kstrto*_from_user() to make code even
more simpler because of whitespace stripping, oh well...
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions