2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 13:58:14 +00:00

odp-util: Adjust style.

Usually we don't put a new-line in prototypes unless we have to.  I also
think that this comment deserves to be higher up in the file, so I moved
it.
This commit is contained in:
Ben Pfaff
2011-11-07 09:14:46 -08:00
parent 7a8e9ed2f7
commit a052b51b3d

View File

@@ -34,15 +34,14 @@
#include "timeval.h" #include "timeval.h"
#include "util.h" #include "util.h"
static void
format_odp_key_attr(const struct nlattr *a, struct ds *ds);
/* The interface between userspace and kernel uses an "OVS_*" prefix. /* The interface between userspace and kernel uses an "OVS_*" prefix.
* Since this is fairly non-specific for the OVS userspace components, * Since this is fairly non-specific for the OVS userspace components,
* "ODP_*" (Open vSwitch Datapath) is used as the prefix for * "ODP_*" (Open vSwitch Datapath) is used as the prefix for
* interactions with the datapath. * interactions with the datapath.
*/ */
static void format_odp_key_attr(const struct nlattr *a, struct ds *ds);
/* Returns one the following for the action with the given OVS_ACTION_ATTR_* /* Returns one the following for the action with the given OVS_ACTION_ATTR_*
* 'type': * 'type':
* *