]> Git Repo - linux.git/commit - mm/khugepaged.c
mm: cleanup kstrto*() usage
authorAlexey Dobriyan <[email protected]>
Tue, 15 Dec 2020 03:15:03 +0000 (19:15 -0800)
committerLinus Torvalds <[email protected]>
Tue, 15 Dec 2020 20:13:47 +0000 (12:13 -0800)
commitdfefd226b0bf7c435a58d75a0ce2f9273b9825f6
treeb1e67e77d999feab9070ef8952c169958a3b4fdb
parent01359eb2013b4b1e87b22db0f532c2e0b7aee001
mm: cleanup kstrto*() usage

Range checks can folded into proper conversion function.  kstrto*() exist
for all arithmetic types.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/khugepaged.c
mm/ksm.c
This page took 0.053541 seconds and 4 git commands to generate.