kernel: replace strict_strto*() with kstrto*()
authorJingoo Han <[email protected]>
Thu, 12 Sep 2013 22:14:07 +0000 (15:14 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/gcov/fs.c
kernel/ksysfs.c
kernel/params.c