From: Jingoo Han Date: Wed, 31 Jul 2013 21:59:16 +0000 (-0700) Subject: Documentation: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.12-rc1~124^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab943bf5624b2cbb63ce4fa870a7ab76bd732f6;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed