[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200213115542.79a86048@lwn.net>
Date: Thu, 13 Feb 2020 11:55:42 -0700
From: Jonathan Corbet <corbet@....net>
To: Stephen Kitt <steve@....org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/6] docs: merge debugging-modules.txt into
sysctl/kernel.rst
On Thu, 13 Feb 2020 18:46:57 +0100
Stephen Kitt <steve@....org> wrote:
> This fits nicely in sysctl/kernel.rst, merge it (and rephrase it)
> instead of linking to it.
>
> Signed-off-by: Stephen Kitt <steve@....org>
> ---
> Documentation/admin-guide/sysctl/kernel.rst | 16 ++++++++++++++-
> Documentation/debugging-modules.txt | 22 ---------------------
> 2 files changed, 15 insertions(+), 23 deletions(-)
> delete mode 100644 Documentation/debugging-modules.txt
One quick comment here:
> diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
> index 1de8f0b199b1..1aacd7a24f5a 100644
> --- a/Documentation/admin-guide/sysctl/kernel.rst
> +++ b/Documentation/admin-guide/sysctl/kernel.rst
> @@ -388,7 +388,21 @@ This flag controls the L2 cache of G3 processor boards. If
> modprobe
> ========
>
> -See Documentation/debugging-modules.txt.
> +This gives the full path of the modprobe command which the kernel will
> +use to load modules. This can be used to debug module loading
> +requests:
> +
> +::
This can be more readably written as just:
requests::
No need for the separate "::" line.
Thanks,
jon
Powered by blists - more mailing lists