diff mbox series

[ovs-dev] dpif: Use spaces instead of tabs.

Message ID 1513895298-36427-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev] dpif: Use spaces instead of tabs. | expand

Commit Message

Justin Pettit Dec. 21, 2017, 10:28 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 lib/dpif.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Gregory Rose Dec. 21, 2017, 11:24 p.m. UTC | #1
On 12/21/2017 2:28 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> ---
>   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 <gvrose8192@gmail.com>
Justin Pettit Dec. 21, 2017, 11:32 p.m. UTC | #2
> On Dec 21, 2017, at 3:24 PM, Gregory Rose <gvrose8192@gmail.com> wrote:
> 
> On 12/21/2017 2:28 PM, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
>> ---
>>  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 <gvrose8192@gmail.com>

Thanks.  I pushed this to master.

--Justin
diff mbox series

Patch

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. */