linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -pm] docs: driver-api/thermal/intel_dptf: Include isonum.txt
@ 2022-04-01  5:57 Akira Yokosawa
  2022-04-01  6:04 ` Randy Dunlap
  2022-04-01 14:41 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Akira Yokosawa @ 2022-04-01  5:57 UTC (permalink / raw)
  To: Rafael J. Wysocki, Srinivas Pandruvada
  Cc: linux-pm, linux-doc, Randy Dunlap, Akira Yokosawa

For the "|copy|" substitution to work, need to include isonum.txt.

Fixes: 16c02447f3e1 ("Documentation: thermal: DPTF Documentation")
Reported by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-doc@vger.kernel.org
---
Hi,

This fixes a doc build warning reported by Randy at
https://lore.kernel.org/r/73d98132-1d08-ef29-edb7-9e062b9154b8@infradead.org/.

        Thanks, Akira
--
 Documentation/driver-api/thermal/intel_dptf.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
index 96668dca753a..2df82719c5be 100644
--- a/Documentation/driver-api/thermal/intel_dptf.rst
+++ b/Documentation/driver-api/thermal/intel_dptf.rst
@@ -1,5 +1,7 @@
 .. SPDX-License-Identifier: GPL-2.0
 
+.. include:: <isonum.txt>
+
 ===============================================================
 Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface
 ===============================================================
-- 
2.25.1


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

* Re: [PATCH -pm] docs: driver-api/thermal/intel_dptf: Include isonum.txt
  2022-04-01  5:57 [PATCH -pm] docs: driver-api/thermal/intel_dptf: Include isonum.txt Akira Yokosawa
@ 2022-04-01  6:04 ` Randy Dunlap
  2022-04-01 14:41 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2022-04-01  6:04 UTC (permalink / raw)
  To: Akira Yokosawa, Rafael J. Wysocki, Srinivas Pandruvada
  Cc: linux-pm, linux-doc



On 3/31/22 22:57, Akira Yokosawa wrote:
> For the "|copy|" substitution to work, need to include isonum.txt.
> 
> Fixes: 16c02447f3e1 ("Documentation: thermal: DPTF Documentation")
> Reported by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> Cc: linux-pm@vger.kernel.org
> Cc: linux-doc@vger.kernel.org

Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>


Thanks.

> ---
> Hi,
> 
> This fixes a doc build warning reported by Randy at
> https://lore.kernel.org/r/73d98132-1d08-ef29-edb7-9e062b9154b8@infradead.org/.
> 
>         Thanks, Akira
> --
>  Documentation/driver-api/thermal/intel_dptf.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
> index 96668dca753a..2df82719c5be 100644
> --- a/Documentation/driver-api/thermal/intel_dptf.rst
> +++ b/Documentation/driver-api/thermal/intel_dptf.rst
> @@ -1,5 +1,7 @@
>  .. SPDX-License-Identifier: GPL-2.0
>  
> +.. include:: <isonum.txt>
> +
>  ===============================================================
>  Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface
>  ===============================================================

-- 
~Randy

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

* Re: [PATCH -pm] docs: driver-api/thermal/intel_dptf: Include isonum.txt
  2022-04-01  5:57 [PATCH -pm] docs: driver-api/thermal/intel_dptf: Include isonum.txt Akira Yokosawa
  2022-04-01  6:04 ` Randy Dunlap
@ 2022-04-01 14:41 ` Jonathan Corbet
  2022-04-01 23:24   ` Akira Yokosawa
  1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2022-04-01 14:41 UTC (permalink / raw)
  To: Akira Yokosawa, Rafael J. Wysocki, Srinivas Pandruvada
  Cc: linux-pm, linux-doc, Randy Dunlap, Akira Yokosawa

Akira Yokosawa <akiyks@gmail.com> writes:

> For the "|copy|" substitution to work, need to include isonum.txt.
>
> Fixes: 16c02447f3e1 ("Documentation: thermal: DPTF Documentation")
> Reported by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> Cc: linux-pm@vger.kernel.org
> Cc: linux-doc@vger.kernel.org
> ---
> Hi,
>
> This fixes a doc build warning reported by Randy at
> https://lore.kernel.org/r/73d98132-1d08-ef29-edb7-9e062b9154b8@infradead.org/.
>
>         Thanks, Akira
> --
>  Documentation/driver-api/thermal/intel_dptf.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
> index 96668dca753a..2df82719c5be 100644
> --- a/Documentation/driver-api/thermal/intel_dptf.rst
> +++ b/Documentation/driver-api/thermal/intel_dptf.rst
> @@ -1,5 +1,7 @@
>  .. SPDX-License-Identifier: GPL-2.0
>  
> +.. include:: <isonum.txt>
> +

Interesting...I don't think that was always necessary.

I have to ask, though: is this worth it?  It adds up to a fair amount of
clutter to get one symbol - © - that can also just be inserted directly
if we really think we need it.  I'd vote for doing a global s/|copy|/©/
instead.

Thanks,

jon

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

* Re: [PATCH -pm] docs: driver-api/thermal/intel_dptf: Include isonum.txt
  2022-04-01 14:41 ` Jonathan Corbet
@ 2022-04-01 23:24   ` Akira Yokosawa
  0 siblings, 0 replies; 4+ messages in thread
From: Akira Yokosawa @ 2022-04-01 23:24 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: linux-pm, linux-doc, Randy Dunlap, Rafael J. Wysocki,
	Srinivas Pandruvada

On Fri, 01 Apr 2022 08:41:04 -0600,
Jonathan Corbet wrote:
[...]
> Interesting...I don't think that was always necessary.
> 
> I have to ask, though: is this worth it?  It adds up to a fair amount of
> clutter to get one symbol - © - that can also just be inserted directly
> if we really think we need it.

Good point.  The motto here is "Be nice to readers of .rst files".
Just sent out a v2.

>                                 I'd vote for doing a global s/|copy|/©/
> instead.

I leave those cleanups to someone who can spare one's energy
and time.

        Thanks, Akira

> 
> Thanks,
> 
> jon

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

end of thread, other threads:[~2022-04-01 23:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01  5:57 [PATCH -pm] docs: driver-api/thermal/intel_dptf: Include isonum.txt Akira Yokosawa
2022-04-01  6:04 ` Randy Dunlap
2022-04-01 14:41 ` Jonathan Corbet
2022-04-01 23:24   ` Akira Yokosawa

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).