maple_tree: remove extra return statement
authorVernon Yang <vernon2gm@gmail.com>
Wed, 21 Dec 2022 06:00:53 +0000 (14:00 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 19 Jan 2023 01:12:46 +0000 (17:12 -0800)
commitd56c593c8e128c42dc81707c07cbd5af41862214
tree3c855fe03ae3b78a82864bd7491383dd7dd85b10
parent831978e37e93bd3e36612917a4b193278950daff
maple_tree: remove extra return statement

For functions with a return type of void, it is unnecessary to
add a reurn statement at the end of the function, so drop it.

Link: https://lkml.kernel.org/r/20221221060058.609003-3-vernon2gm@gmail.com
Signed-off-by: Vernon Yang <vernon2gm@gmail.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c