On 12/21/2017 2:28 PM, Justin Pettit wrote:
Signed-off-by: Justin Pettit <[email protected]>
---
  lib/dpif.h | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/dpif.h b/lib/dpif.h
index ab898f4be2dd..2e739dc784be 100644
--- a/lib/dpif.h
+++ b/lib/dpif.h
@@ -787,9 +787,9 @@ const char *dpif_upcall_type_to_string(enum 
dpif_upcall_type);
  struct dpif_upcall {
      /* All types. */
      struct dp_packet packet;    /* Packet data,'dp_packet' should be the first
-                                  member to avoid a hole. This is because
-                                  'rte_mbuf' in dp_packet is aligned atleast
-                                  on a 64-byte boundary */
+                                   member to avoid a hole. This is because
+                                   'rte_mbuf' in dp_packet is aligned atleast
+                                   on a 64-byte boundary */
      enum dpif_upcall_type type;
      struct nlattr *key;         /* Flow key. */
      size_t key_len;             /* Length of 'key' in bytes. */

Reviewed-by: Greg Rose <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to