[ovs-git] Open vSwitch: datapath: Fix coding style issues. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Nov 7 23:58:16 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  6455100f38e9312346f4d58511595f695d813537 (commit)
      from  d929d22c2c543ae3ceafa90b378154e6b4cf9a56 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6455100f38e9312346f4d58511595f695d813537
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6455100f38e9312346f4d58511595f695d813537
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Fix coding style issues.
		
Most of issues are reported by checkpatch.pl

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>

Bug #7771


-----------------------------------------------------------------------

Summary of changes:
 datapath/Makefile.am                              |    2 +-
 datapath/brcompat.c                               |   33 +++---
 datapath/checksum.c                               |   23 +++--
 datapath/checksum.h                               |    5 +-
 datapath/datapath.c                               |  112 +++++++++++++--------
 datapath/datapath.h                               |    3 +-
 datapath/dp_sysfs.h                               |    2 +-
 datapath/dp_sysfs_dp.c                            |   22 ++--
 datapath/dp_sysfs_if.c                            |   43 ++++----
 datapath/flow.c                                   |   47 +++++----
 datapath/flow.h                                   |    9 +-
 datapath/linux/Kbuild.in                          |    2 +-
 datapath/linux/Modules.mk                         |    1 -
 datapath/linux/compat/addrconf_core-openvswitch.c |    2 +-
 datapath/linux/compat/flex_array.c                |    7 +-
 datapath/linux/compat/include/asm-generic/bug.h   |   19 ----
 datapath/linux/compat/include/linux/dmi.h         |   98 +++++++++---------
 datapath/linux/compat/include/linux/icmp.h        |    2 +-
 datapath/linux/compat/include/linux/icmpv6.h      |    2 +-
 datapath/linux/compat/include/linux/jiffies.h     |   20 ++--
 datapath/linux/compat/include/linux/kernel.h      |   16 ++--
 datapath/linux/compat/include/linux/lockdep.h     |    5 +-
 datapath/linux/compat/include/linux/mutex.h       |    4 +-
 datapath/linux/compat/include/linux/netdevice.h   |   10 +-
 datapath/linux/compat/include/linux/netlink.h     |    2 +-
 datapath/linux/compat/include/linux/skbuff.h      |   16 ++--
 datapath/linux/compat/include/linux/tcp.h         |    2 +-
 datapath/linux/compat/include/linux/timer.h       |    8 +-
 datapath/linux/compat/include/net/genetlink.h     |    3 +-
 datapath/linux/compat/include/net/netlink.h       |   21 ++--
 datapath/linux/compat/time.c                      |    2 +-
 datapath/tunnel.c                                 |   46 +++++----
 datapath/tunnel.h                                 |   13 ++-
 datapath/vport-capwap.c                           |   11 +-
 datapath/vport-internal_dev.c                     |   11 ++-
 datapath/vport-netdev.c                           |   11 +-
 datapath/vport-patch.c                            |    5 +-
 datapath/vport.c                                  |    3 +-
 datapath/vport.h                                  |    3 +-
 include/openvswitch/tunnel.h                      |    9 +-
 40 files changed, 343 insertions(+), 312 deletions(-)
 delete mode 100644 datapath/linux/compat/include/asm-generic/bug.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list