diff mbox series

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

Message ID 20200922100306.98-1-aserdean@ovn.org
State Accepted
Headers show
Series [ovs-dev,v3,1/2] windows: Document how to generate the Windows installer | expand

Commit Message

Alin-Gabriel Serdean Sept. 22, 2020, 10:03 a.m. UTC
Found by inspection.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Acked-by: Greg Rose <gvrose8192@gmail.com>
---
v2: Address comments
---
 Documentation/intro/install/windows.rst | 8 ++++----
 Documentation/topics/windows.rst        | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Ilya Maximets Sept. 22, 2020, 11:39 a.m. UTC | #1
On 9/22/20 12:03 PM, Alin Gabriel Serdean wrote:
> Found by inspection.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
> Acked-by: Greg Rose <gvrose8192@gmail.com>
> ---
> v2: Address comments
> ---
>  Documentation/intro/install/windows.rst | 8 ++++----
>  Documentation/topics/windows.rst        | 6 +++---
>  2 files changed, 7 insertions(+), 7 deletions(-)

LGTM,
Acked-by: Ilya Maximets <i.maximets@ovn.org>
diff mbox series

Patch

diff --git a/Documentation/intro/install/windows.rst b/Documentation/intro/install/windows.rst
index 31cef13b8..61582f791 100644
--- a/Documentation/intro/install/windows.rst
+++ b/Documentation/intro/install/windows.rst
@@ -804,10 +804,10 @@  Windows CI Service
 ------------------
 
 `AppVeyor <www.appveyor.com>`__ provides a free Windows autobuild service for
-open source projects.  Open vSwitch has integration with AppVeyor for continuous
-build.  A developer can build test his changes for Windows by logging into
-appveyor.com using a github account, creating a new project by linking it to
-his development repository in github and triggering a new build.
+open source projects.  Open vSwitch has integration with AppVeyor for
+continuous build.  A developer can build test his changes for Windows by
+logging into appveyor.com using a github account, creating a new project by
+linking it to his development repository in github and triggering a new build.
 
 TODO
 ----
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