]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Remove else if in mas_walk() for if statement
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 22 Feb 2022 16:59:39 +0000 (11:59 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 8 Mar 2022 18:19:14 +0000 (13:19 -0500)
commit967b7c329ebe1f0f096d7223a9ecb6b39d45a7ba
tree75dab0eef24769cdbe3d2319360c9e24956c3136
parentc7391ac1a11b1a49ea06593b8618084df3fcefd0
maple_tree: Remove else if in mas_walk() for if statement

Since the if returns, make the next else if just an if

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/maple_tree.c