]> Git Repo - J-linux.git/commitdiff
Documentation/CodingStyle: Fix duplicate "are" typo
authorGeert Uytterhoeven <[email protected]>
Mon, 1 Jun 2020 10:00:49 +0000 (12:00 +0200)
committerLinus Torvalds <[email protected]>
Wed, 10 Jun 2020 17:38:21 +0000 (10:38 -0700)
The improved paragraph about line lengths contains a sentence with a
duplicate word: there is one "are" at the end of a line, followed by a
second one at the beginning of the next line.

Drop the first one, as that one is part of the longest line.

Fixes: bdc48fa11e46f867 ("checkpatch/coding-style: deprecate 80-column warning")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/process/coding-style.rst

index 17a8e584f15f6ccfd770e934d35eb4702253166d..2657a55c6f120d1c01e3f168cc189d3483264269 100644 (file)
@@ -90,7 +90,7 @@ 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
+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.
 
This page took 0.05218 seconds and 4 git commands to generate.