Documentation: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Wed, 31 Jul 2013 21:59:16 +0000 (14:59 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Aug 2013 10:56:26 +0000 (12:56 +0200)
The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/target/tcm_mod_builder.py
Documentation/trace/ftrace.txt

Simple merge