Re: [PATCH] docs: fix WARNING document not included in any toctree

From: Jonathan Corbet
Date: Mon Oct 07 2024 - 13:09:36 EST


SurajSonawane2415 <surajsonawane0215@xxxxxxxxx> writes:

> Add debugging.rst to the relevant toctree to fix warning
> about missing documentation inclusion in toctree.
>
> Signed-off-by: SurajSonawane2415 <surajsonawane0215@xxxxxxxxx>
> ---
> Documentation/trace/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst
> index 0b300901f..2c991dc96 100644
> --- a/Documentation/trace/index.rst
> +++ b/Documentation/trace/index.rst
> @@ -24,6 +24,7 @@ Linux Tracing Technologies
> histogram
> histogram-design
> boottime-trace
> + debugging
> hwlat_detector

Applied, thanks.

For future reference, please use your proper name in your signed-off-by
line.

jon