Re: [ovs-dev] [PATCH] db-ctl-base: Add "static" to definition of ctl_exit().

2015-07-20 Thread Ben Pfaff
Thanks, applied to master. On Mon, Jul 20, 2015 at 11:24:31AM -0700, Alex Wang wrote: > Acked-by: Alex Wang > > On Mon, Jul 20, 2015 at 11:20 AM, Ben Pfaff wrote: > > > The prototype said "static" but the definition did not. > > > > Reported by sparse. > > > > Signed-off-by: Ben Pfaff > > ---

Re: [ovs-dev] [PATCH] db-ctl-base: Add "static" to definition of ctl_exit().

2015-07-20 Thread Alex Wang
Acked-by: Alex Wang On Mon, Jul 20, 2015 at 11:20 AM, Ben Pfaff wrote: > The prototype said "static" but the definition did not. > > Reported by sparse. > > Signed-off-by: Ben Pfaff > --- > lib/db-ctl-base.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/db-ctl-b

[ovs-dev] [PATCH] db-ctl-base: Add "static" to definition of ctl_exit().

2015-07-20 Thread Ben Pfaff
The prototype said "static" but the definition did not. Reported by sparse. Signed-off-by: Ben Pfaff --- lib/db-ctl-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db-ctl-base.c b/lib/db-ctl-base.c index e3c0373..09efd8d 100644 --- a/lib/db-ctl-base.c +++ b/lib/db