9p v9fs_parse_options: replace simple_strtoul with kstrtouint
authorDominique Martinet <asmadeus@codewreck.org>
Tue, 2 Nov 2021 13:23:37 +0000 (22:23 +0900)
committerDominique Martinet <asmadeus@codewreck.org>
Wed, 3 Nov 2021 08:45:04 +0000 (17:45 +0900)
commit10c69a0d08bb2ad5bf17ef85a27362783ffb893a
tree97c21241e2752457fd8116138cc2342d9343fffd
parent024b7d6a435a450819f112690052f2923fa5ffdd
9p v9fs_parse_options: replace simple_strtoul with kstrtouint

This is also a checkpatch change, but this one might have more implications
so keeping this separate

Link: http://lkml.kernel.org/r/20211102134608.1588018-4-dominique.martinet@atmark-techno.com
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
fs/9p/v9fs.c