commit | 774636e19ed514cdf560006813c0473409616de8 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Sep 09 15:36:59 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 10 13:29:01 2015 -0700 |
tree | 1b25c96cca1035d1fc45d758bb17e966d4cadf12 | |
parent | 2d2e4715a65ca7e81b292d01ae009a03ccedb9b5 [diff] |
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>