kernel: replace strict_strto*() with kstrto*()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 22:14:07 +0000 (15:14 -0700)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 3 Apr 2015 08:46:52 +0000 (10:46 +0200)
commitcbc54f06ad40c99aeabe87491290bd7e775970ae
tree9c63d2efb2ca524cb4e154797a55e546f2fce136
parent03efaa3c6c6c3f8217c1a15d92d458774d855da7
kernel: replace strict_strto*() with kstrto*()

The usage of strict_strto*() is not preferred, because strict_strto*() is
obsolete.  Thus, kstrto*() should be used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/gcov/fs.c
kernel/ksysfs.c
kernel/params.c