Re: [ovs-dev] [PATCH] CodingStyle: Functions in .c files should usually not be marked "inline".

2014-06-25 Thread Ben Pfaff
Thanks, applied to master. On Wed, Jun 25, 2014 at 01:52:32PM -0700, Alex Wang wrote: > Acked-by: Alex Wang > > > On Wed, Jun 25, 2014 at 1:44 PM, Ben Pfaff wrote: > > > I thought this was in here already, but I guess not. > > > > Signed-off-by: Ben Pfaff > > --- > > CodingStyle |5

Re: [ovs-dev] [PATCH] CodingStyle: Functions in .c files should usually not be marked "inline".

2014-06-25 Thread Alex Wang
Acked-by: Alex Wang On Wed, Jun 25, 2014 at 1:44 PM, Ben Pfaff wrote: > I thought this was in here already, but I guess not. > > Signed-off-by: Ben Pfaff > --- > CodingStyle |5 + > 1 file changed, 5 insertions(+) > > diff --git a/CodingStyle b/CodingStyle > index 0ba0366..628f21f 10

[ovs-dev] [PATCH] CodingStyle: Functions in .c files should usually not be marked "inline".

2014-06-25 Thread Ben Pfaff
I thought this was in here already, but I guess not. Signed-off-by: Ben Pfaff --- CodingStyle |5 + 1 file changed, 5 insertions(+) diff --git a/CodingStyle b/CodingStyle index 0ba0366..628f21f 100644 --- a/CodingStyle +++ b/CodingStyle @@ -162,6 +162,11 @@ such a function (including th