mem-pool: use consistent pool variable name
authorElijah Newren <redacted>
Sat, 15 Aug 2020 17:37:57 +0000 (17:37 +0000)
committerJunio C Hamano <redacted>
Tue, 18 Aug 2020 19:16:08 +0000 (12:16 -0700)
commitf87bf28483ae6db32b3ac246ff7081d64a608327
tree09833afe3837653e1a1663a21293e952a39bd39f
parent44c7e1a7e08c0863c4156869364cb5751a23784e
mem-pool: use consistent pool variable name

About half the function declarations in mem-pool.h used 'struct mem_pool
*pool', while the other half used 'struct mem_pool *mem_pool'.  Make the
code a bit more consistent by just using 'pool' in preference to
'mem_pool' everywhere.

No behavioral changes included; this is just a mechanical rename (though
a line or two was rewrapped as well).

Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
mem-pool.c
mem-pool.h
git clone https://git.99rst.org/PROJECT