odp-util: Adjust style.
authorBen Pfaff <blp@nicira.com>
Mon, 7 Nov 2011 17:14:46 +0000 (09:14 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Nov 2011 22:07:16 +0000 (14:07 -0800)
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.

lib/odp-util.c

index f6f443a..f87e28f 100644 (file)
 #include "timeval.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.
  * Since this is fairly non-specific for the OVS userspace components,
  * "ODP_*" (Open vSwitch Datapath) is used as the prefix for
  * 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_*
  * 'type':
  *