Commits
Joe Perches committed afc819ab029
checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar); Use the kstrto<foo> functions in preference to sscanf. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>