Re: [PATCH 1/1] docs: Fix minor grammatical error

From: Randy Dunlap

Date: Sat Jun 06 2026 - 15:10:21 EST




On 6/4/26 10:38 PM, Brigham Campbell wrote:
> Fix minor grammatical error in the admin guide docs.
>
> Signed-off-by: Brigham Campbell <me@xxxxxxxxxxxxxxxxxxx>
> ---
>
> I happened across this minor mistake while investigating techniques to
> use a partial kernel config to generate a complete config. If
> maintainers that I don't send out minor fixes like this, please let me
> know and I'll remember that for the future.
>
> Documentation/admin-guide/quickly-build-trimmed-linux.rst | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/admin-guide/quickly-build-trimmed-linux.rst b/Documentation/admin-guide/quickly-build-trimmed-linux.rst
> index cb178e0a6208..194d22f56449 100644
> --- a/Documentation/admin-guide/quickly-build-trimmed-linux.rst
> +++ b/Documentation/admin-guide/quickly-build-trimmed-linux.rst
> @@ -217,10 +217,10 @@ again.
>
> There is a catch: 'localmodconfig' is likely to disable kernel features you
> did not use since you booted your Linux -- like drivers for currently
> - disconnected peripherals or a virtualization software not haven't used yet.
> - You can reduce or nearly eliminate that risk with tricks the reference
> - section outlines; but when building a kernel just for quick testing purposes
> - it is often negligible if such features are missing. But you should keep that
> + disconnected peripherals or virtualization software not currently in use. You
> + can reduce or nearly eliminate that risk with tricks the reference section
> + outlines; but when building a kernel just for quick testing purposes it is
> + often negligible if such features are missing. But you should keep that
> aspect in mind when using a kernel built with this make target, as it might
> be the reason why something you only use occasionally stopped working.
>

Can't you just modify the first line only and leave the other 3 changed lines
intact?

--
~Randy