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

Gregory Rose gvrose8192 at gmail.com
Thu Dec 21 23:24:33 UTC 2017


On 12/21/2017 2:28 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit at 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 at gmail.com>



More information about the dev mailing list