maple_tree: modified return type of mas_wr_store_entry()
authorJaeJoon Jung <rgbi3307@gmail.com>
Fri, 14 Jun 2024 09:24:28 +0000 (18:24 +0900)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:19 +0000 (19:30 -0700)
commit739820a6178b03b1b6b99a467c85e9e7146d51c1
tree725dd863486f1bf7ea254a9008e3d8b686737483
parent4c1171f1d22484f2419b07ab688548350db521cb
maple_tree: modified return type of mas_wr_store_entry()

Since the return value of mas_wr_store_entry() is not used,
the return type can be changed to void.

Link: https://lkml.kernel.org/r/20240614092428.29491-1-rgbi3307@gmail.com
Signed-off-by: JaeJoon Jung <rgbi3307@gmail.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c