kernel: replace strict_strto*() with kstrto*()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 22:14:07 +0000 (15:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Sep 2013 22:38:03 +0000 (15:38 -0700)
commit6072ddc8520b86adfac6939ca32fb6e6c4de017a
tree63fab6e718bf9d77545c35ef7c089ce9d642d3da
parent17766dde364813568e4f876517c72bab70838646
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