]> 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>
Fri, 30 Oct 2020 18:56:21 +0000 (14:56 -0400)
commit7cbed2d45594325ece7a1164febaa7b8bb390916
tree40fae85b6c3a2c81cc759cb08483e8e755efb349
parent2b23c2ee1e9563716e5dda88bfd146e253621d9e
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