]> 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>
Thu, 10 Oct 2019 19:08:29 +0000 (15:08 -0400)
commit9ddfcd1d501cdf1158c4f39b6aebb193cd0e21c2
tree56cd3e3a5a69ac19a27cf984f930b88f95bf6df7
parent2c9cae386ae41c6dfef8b3e59c6c3eb2168f1743
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