Skip to content

Commit 77d22a4

Browse files
geertutorvalds
authored andcommitted
Documentation/CodingStyle: Fix duplicate "are" typo
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: bdc48fa ("checkpatch/coding-style: deprecate 80-column warning") Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent f757900 commit 77d22a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/process/coding-style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Statements longer than 80 columns should be broken into sensible chunks,
9090
unless exceeding 80 columns significantly increases readability and does
9191
not hide information.
9292

93-
Descendants are always substantially shorter than the parent and are
93+
Descendants are always substantially shorter than the parent and
9494
are placed substantially to the right. A very commonly used style
9595
is to align descendants to a function open parenthesis.
9696

0 commit comments

Comments
 (0)