Remove doubled word: "...than the parent and are are placed..."
Signed-off-by: Valentin Vidic <[email protected]>
---
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