diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2015-09-10 01:36:59 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-10 23:29:01 +0300 |
commit | 774636e19ed514cdf560006813c0473409616de8 (patch) | |
tree | 1b25c96cca1035d1fc45d758bb17e966d4cadf12 /arch/mips | |
parent | 2d2e4715a65ca7e81b292d01ae009a03ccedb9b5 (diff) | |
download | linux-774636e19ed514cdf560006813c0473409616de8.tar.xz |
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 'arch/mips')
0 files changed, 0 insertions, 0 deletions