* [PATCH 3/3] docs: process: fix grammatical errors in 2.Process.rst
@ 2026-03-15 15:41 Kit Dallege
0 siblings, 0 replies; only message in thread
From: Kit Dallege @ 2026-03-15 15:41 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Shuah Khan, linux-doc, linux-kernel, Kit Dallege, Claude
Fix five minor grammatical issues:
- Add comma after introductory phrase "At that point"
- Add comma before conditional "if at all possible"
- Change "close to ready" to "close to being ready"
- Add article "a" before "more extensive review"
- Add article "the" before "volume can reach"
Link: https://bugzilla.kernel.org/show_bug.cgi?id=214931
Assisted-by: Claude <noreply@anthropic.com>
Signed-off-by: Kit Dallege <xaum.io@gmail.com>
---
Documentation/process/2.Process.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/process/2.Process.rst b/Documentation/process/2.Process.rst
index 57fa8cac58a6..81dddf0c6ace 100644
--- a/Documentation/process/2.Process.rst
+++ b/Documentation/process/2.Process.rst
@@ -63,7 +63,7 @@ As fixes make their way into the mainline, the patch rate will slow over
time. Linus releases new -rc kernels about once a week; a normal series
will get up to somewhere between -rc6 and -rc9 before the kernel is
considered to be sufficiently stable and the final release is made.
-At that point the whole process starts over again.
+At that point, the whole process starts over again.
As an example, here is how the 5.4 development cycle went (all dates in
2019):
@@ -156,7 +156,7 @@ The stages that a patch goes through are, generally:
- Design. This is where the real requirements for the patch - and the way
those requirements will be met - are laid out. Design work is often
done without involving the community, but it is better to do this work
- in the open if at all possible; it can save a lot of time redesigning
+ in the open, if at all possible; it can save a lot of time redesigning
things later.
- Early review. Patches are posted to the relevant mailing list, and
@@ -164,12 +164,12 @@ The stages that a patch goes through are, generally:
process should turn up any major problems with a patch if all goes
well.
- - Wider review. When the patch is getting close to ready for mainline
+ - Wider review. When the patch is getting close to being ready for mainline
inclusion, it should be accepted by a relevant subsystem maintainer -
though this acceptance is not a guarantee that the patch will make it
all the way to the mainline. The patch will show up in the maintainer's
subsystem tree and into the -next trees (described below). When the
- process works, this step leads to more extensive review of the patch and
+ process works, this step leads to a more extensive review of the patch and
the discovery of any problems resulting from the integration of this
patch with work being done by others.
@@ -398,7 +398,7 @@ There are lists hosted elsewhere; please check the MAINTAINERS file for
the list relevant for any particular subsystem.
The core mailing list for kernel development is, of course, linux-kernel.
-This list is an intimidating place to be; volume can reach 500 messages per
+This list is an intimidating place to be; the volume can reach 500 messages per
day, the amount of noise is high, the conversation can be severely
technical, and participants are not always concerned with showing a high
degree of politeness. But there is no other place where the kernel
--
2.53.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-15 15:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-15 15:41 [PATCH 3/3] docs: process: fix grammatical errors in 2.Process.rst Kit Dallege
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox