linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] docs: powerpc: Add htm.rst to table of contents
@ 2025-05-28  5:41 Brigham Campbell
  2025-05-28 14:38 ` Athira Rajeev
  2025-06-09 21:00 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Brigham Campbell @ 2025-05-28  5:41 UTC (permalink / raw)
  To: skhan, linux-kernel-mentees, Madhavan Srinivasan,
	Michael Ellerman, Nicholas Piggin, Christophe Leroy,
	Jonathan Corbet, Athira Rajeev,
	open list:LINUX FOR POWERPC (32-BIT AND 64-BIT),
	open list:DOCUMENTATION, open list
  Cc: Brigham Campbell, Randy Dunlap

Fix the following documentation build error, which was introduced when
Documentation/arch/powerpc/htm.rst was added to the repository without
any reference to the document.

Documentation/arch/powerpc/htm.rst: WARNING: document isn't included in any toctree [toc.not_included]

Fixes: ab1456c5aa7a ("powerpc/pseries/htmdump: Add documentation for H_HTM debugfs interface")
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Brigham Campbell <me@brighamcampbell.com>
---
Changes in v3:
 - Edit commit message to conform better to de facto kernel development style.
 - No changes to the diff.

 Documentation/arch/powerpc/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/arch/powerpc/index.rst b/Documentation/arch/powerpc/index.rst
index 0560cbae5fa1..53fc9f89f3e4 100644
--- a/Documentation/arch/powerpc/index.rst
+++ b/Documentation/arch/powerpc/index.rst
@@ -19,6 +19,7 @@ powerpc
     elf_hwcaps
     elfnote
     firmware-assisted-dump
+    htm
     hvcs
     imc
     isa-versions
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v3] docs: powerpc: Add htm.rst to table of contents
  2025-05-28  5:41 [PATCH v3] docs: powerpc: Add htm.rst to table of contents Brigham Campbell
@ 2025-05-28 14:38 ` Athira Rajeev
  2025-06-09 21:00 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Athira Rajeev @ 2025-05-28 14:38 UTC (permalink / raw)
  To: Brigham Campbell
  Cc: Hari Bathini, Shuah Khan, linux-kernel-mentees,
	Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin,
	Christophe Leroy, Jonathan Corbet,
	open list:LINUX FOR POWERPC (32-BIT AND 64-BIT),
	open list:DOCUMENTATION, open list, Randy Dunlap



> On 28 May 2025, at 11:11 AM, Brigham Campbell <me@brighamcampbell.com> wrote:
> 
> Fix the following documentation build error, which was introduced when
> Documentation/arch/powerpc/htm.rst was added to the repository without
> any reference to the document.
> 
> Documentation/arch/powerpc/htm.rst: WARNING: document isn't included in any toctree [toc.not_included]
> 
> Fixes: ab1456c5aa7a ("powerpc/pseries/htmdump: Add documentation for H_HTM debugfs interface")
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> Tested-by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Brigham Campbell <me@brighamcampbell.com>
Thanks for the fix

Tested-by: Athira Rajeev <atrajeev@linux.ibm.com>

Thanks
Athira
> ---
> Changes in v3:
> - Edit commit message to conform better to de facto kernel development style.
> - No changes to the diff.
> 
> Documentation/arch/powerpc/index.rst | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/arch/powerpc/index.rst b/Documentation/arch/powerpc/index.rst
> index 0560cbae5fa1..53fc9f89f3e4 100644
> --- a/Documentation/arch/powerpc/index.rst
> +++ b/Documentation/arch/powerpc/index.rst
> @@ -19,6 +19,7 @@ powerpc
>     elf_hwcaps
>     elfnote
>     firmware-assisted-dump
> +    htm
>     hvcs
>     imc
>     isa-versions
> -- 
> 2.49.0
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v3] docs: powerpc: Add htm.rst to table of contents
  2025-05-28  5:41 [PATCH v3] docs: powerpc: Add htm.rst to table of contents Brigham Campbell
  2025-05-28 14:38 ` Athira Rajeev
@ 2025-06-09 21:00 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2025-06-09 21:00 UTC (permalink / raw)
  To: Brigham Campbell, skhan, linux-kernel-mentees,
	Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin,
	Christophe Leroy, Athira Rajeev,
	open list:LINUX FOR POWERPC (32-BIT AND 64-BIT),
	open list:DOCUMENTATION, open list
  Cc: Brigham Campbell, Randy Dunlap

Brigham Campbell <me@brighamcampbell.com> writes:

> Fix the following documentation build error, which was introduced when
> Documentation/arch/powerpc/htm.rst was added to the repository without
> any reference to the document.
>
> Documentation/arch/powerpc/htm.rst: WARNING: document isn't included in any toctree [toc.not_included]
>
> Fixes: ab1456c5aa7a ("powerpc/pseries/htmdump: Add documentation for H_HTM debugfs interface")
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> Tested-by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Brigham Campbell <me@brighamcampbell.com>
> ---
> Changes in v3:
>  - Edit commit message to conform better to de facto kernel development style.
>  - No changes to the diff.
>
>  Documentation/arch/powerpc/index.rst | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/arch/powerpc/index.rst b/Documentation/arch/powerpc/index.rst
> index 0560cbae5fa1..53fc9f89f3e4 100644
> --- a/Documentation/arch/powerpc/index.rst
> +++ b/Documentation/arch/powerpc/index.rst
> @@ -19,6 +19,7 @@ powerpc
>      elf_hwcaps
>      elfnote
>      firmware-assisted-dump
> +    htm
>      hvcs

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-06-09 21:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28  5:41 [PATCH v3] docs: powerpc: Add htm.rst to table of contents Brigham Campbell
2025-05-28 14:38 ` Athira Rajeev
2025-06-09 21:00 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).