[ovs-dev] [PATCH 2/2] documentation, windows: Fix line endings at 79 characters

Gregory Rose gvrose8192 at gmail.com
Tue Sep 8 16:50:06 UTC 2020



On 9/7/2020 7:04 PM, Alin Gabriel Serdean wrote:
> Found by inspection.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
> ---
>   Documentation/topics/windows.rst | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/topics/windows.rst b/Documentation/topics/windows.rst
> index 3a103b4e8..be6e2861e 100644
> --- a/Documentation/topics/windows.rst
> +++ b/Documentation/topics/windows.rst
> @@ -253,9 +253,9 @@ Netlink Message Parser
>   ~~~~~~~~~~~~~~~~~~~~~~
>   
>   The communication between OVS userspace and OVS kernel datapath is in the form
> -of Netlink messages [1]_, [8]_. More details about this are provided below.  In the
> -kernel, a full fledged netlink message parser has been implemented along the
> -lines of the netlink message parser in OVS userspace. In fact, a lot of the
> +of Netlink messages [1]_, [8]_. More details about this are provided below.  In
> +the kernel, a full fledged netlink message parser has been implemented along
> +the lines of the netlink message parser in OVS userspace. In fact, a lot of the
>   code is ported code.
>   
>   On the lines of ``struct ofpbuf`` in OVS userspace, a managed buffer has been
> 

LGTM
Acked-by: Greg Rose <gvrose8192 at gmail.com>


More information about the dev mailing list