[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200601211145.27808-1-vvidic@valentin-vidic.from.hr>
Date: Mon, 1 Jun 2020 23:11:45 +0200
From: Valentin Vidic <vvidic@...entin-vidic.from.hr>
To: Joe Perches <joe@...ches.com>
Cc: Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Valentin Vidic <vvidic@...entin-vidic.from.hr>
Subject: [PATCH] coding-style.rst: cleanup new text
Remove doubled word: "...than the parent and are are placed..."
Signed-off-by: Valentin Vidic <vvidic@...entin-vidic.from.hr>
---
Documentation/process/coding-style.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst
index 17a8e584f15f..bd73e1b5c111 100644
--- a/Documentation/process/coding-style.rst
+++ b/Documentation/process/coding-style.rst
@@ -90,9 +90,9 @@ Statements longer than 80 columns should be broken into sensible chunks,
unless exceeding 80 columns significantly increases readability and does
not hide information.
-Descendants are always substantially shorter than the parent and are
-are placed substantially to the right. A very commonly used style
-is to align descendants to a function open parenthesis.
+Descendants are always substantially shorter than the parent and are placed
+substantially to the right. A very commonly used style is to align descendants
+to a function open parenthesis.
These same rules are applied to function headers with a long argument list.
--
2.20.1
Powered by blists - more mailing lists