Re: [ovs-dev] [db-ctl-base v2 3/3] db-ctl-base: group static functions together

2015-07-10 Thread Alex Wang
Acked-by: Alex Wang On Thu, Jul 9, 2015 at 1:27 PM, Andy Zhou wrote: > This file follows a convention that all static functions are grouped > towards the beginning, ahead of public functions. Re-arrange the code > to confirm to this convention. No functional changes. > > Signed-off-by: Andy Zh

[ovs-dev] [db-ctl-base v2 3/3] db-ctl-base: group static functions together

2015-07-09 Thread Andy Zhou
This file follows a convention that all static functions are grouped towards the beginning, ahead of public functions. Re-arrange the code to confirm to this convention. No functional changes. Signed-off-by: Andy Zhou --- lib/db-ctl-base.c | 166 +++--