Re: [ovs-dev] [PATCH] datapath: Fix compiler warning on older kernel.

2011-11-09 Thread Pravin Shelar
On Wed, Nov 9, 2011 at 11:14 AM, Jesse Gross wrote: > On Tue, Nov 8, 2011 at 7:51 PM, Pravin B Shelar wrote: >> commit 6455100f38e9312346f4d58511595f695d813537 (datapath: Fix >> coding style issues) introduced this issue. >> >> Signed-off-by: Pravin B Shelar > > Thanks: > Acked-by: Jesse Gross

Re: [ovs-dev] [PATCH] datapath: Fix compiler warning on older kernel.

2011-11-09 Thread Jesse Gross
On Tue, Nov 8, 2011 at 7:51 PM, Pravin B Shelar wrote: > commit 6455100f38e9312346f4d58511595f695d813537 (datapath: Fix > coding style issues) introduced this issue. > > Signed-off-by: Pravin B Shelar Thanks: Acked-by: Jesse Gross ___ dev mailing list

[ovs-dev] [PATCH] datapath: Fix compiler warning on older kernel.

2011-11-08 Thread Pravin B Shelar
commit 6455100f38e9312346f4d58511595f695d813537 (datapath: Fix coding style issues) introduced this issue. Signed-off-by: Pravin B Shelar --- datapath/dp_sysfs.h|2 +- datapath/dp_sysfs_if.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datapath/dp_sysfs.h b/d