From: aybuke ozdemir Date: Sat, 21 Feb 2015 20:47:43 +0000 (+0200) Subject: Staging: lustre: use kstrtoul() instead of sscanf() X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~996 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=692f2b6cc298b86b9386bb26ea457aae957cc6ff;p=pandora-kernel.git Staging: lustre: use kstrtoul() instead of sscanf() This patch makes checkpatch.pl by fixing the following warning: WARNING: Prefer kstrto to single variable sscanf. I used to kstrtoul can convert unsigned long instead of sscanf Signed-off-by: aybuke ozdemir Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed