commit | 0ab943bf5624b2cbb63ce4fa870a7ab76bd732f6 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Wed Jul 31 14:59:16 2013 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Aug 20 12:56:26 2013 +0200 |
tree | efd3319e23afb00143f51aa2d2b31fd2f01dca30 | |
parent | 5f5e39a152fb89e97253d5112df12d6a397beb2f [diff] |
Documentation: replace strict_strtoul() with kstrtoul() 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>