]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Standardize names of functions
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 10 Oct 2019 19:08:29 +0000 (15:08 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:12 +0000 (12:28 -0500)
commit1ed1c4234026a89045fb811236240052b31a6d19
treed1e6c78cdc55e31c35eb02fc11006c668da085ce
parent8e12ce6f71247098e0bb20d4526e6a8b5162cd3e
maple_tree: Standardize names of functions

anything that takes a struct ma_state as the first argument is named
mas_
anything that takes a struct maple_enode as the first argument is name
mte_

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/maple_tree.c
lib/test_maple_tree.c
tools/testing/radix-tree/maple.c