datapath: Put return type on same line as arguments for functions.
authorJesse Gross <jesse@nicira.com>
Thu, 15 Jul 2010 02:27:18 +0000 (19:27 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 15 Jul 2010 22:09:08 +0000 (15:09 -0700)
commitfceb2a5bb2063023777fc75c68a2670b5169fa13
tree27a9dfa030bd8779afaa59d6881b10479a550953
parent10d3515aa4fc0d338df28d2760fae264c0cea40a
datapath: Put return type on same line as arguments for functions.

In some places we would put the return type on the same line as
the rest of the function definition and other places we wouldn't.
Reformat everything to match kernel style.
12 files changed:
datapath/actions.c
datapath/actions.h
datapath/brcompat.c
datapath/datapath.c
datapath/table.c
datapath/vport-generic.c
datapath/vport-gre.c
datapath/vport-internal_dev.c
datapath/vport-netdev.c
datapath/vport-patch.c
datapath/vport.c
datapath/vport.h