* [PATCH -pm v2] docs: driver-api/thermal/intel_dptf: Use copyright symbol
@ 2022-04-01 23:19 Akira Yokosawa
2022-04-02 6:19 ` Randy Dunlap
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Akira Yokosawa @ 2022-04-01 23:19 UTC (permalink / raw)
To: Rafael J. Wysocki, Srinivas Pandruvada
Cc: Jonathan Corbet, Randy Dunlap, linux-pm, linux-doc,
Akira Yokosawa
Using a substitution pattern of "|copy|" without including
isonum.txt causes a doc build warning.
Using the symbol "©" itself is a better choice for those
who read .rst sources.
Fixes: 16c02447f3e1 ("Documentation: thermal: DPTF Documentation")
Reported by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Jonathan Corbet <corbet@lwn.net>
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
---
Changes since v1 [1]:
- Use © instead of including isonum.txt (Jon).
- Amend title and changelog.
v1 [1]: https://lore.kernel.org/r/e06542af-aa8b-0885-37a3-bb7bc5fafa1e@gmail.com/
---
Documentation/driver-api/thermal/intel_dptf.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
index 96668dca753a..372bdb4d04c6 100644
--- a/Documentation/driver-api/thermal/intel_dptf.rst
+++ b/Documentation/driver-api/thermal/intel_dptf.rst
@@ -4,7 +4,7 @@
Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface
===============================================================
-:Copyright: |copy| 2022 Intel Corporation
+:Copyright: © 2022 Intel Corporation
:Author: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH -pm v2] docs: driver-api/thermal/intel_dptf: Use copyright symbol
2022-04-01 23:19 [PATCH -pm v2] docs: driver-api/thermal/intel_dptf: Use copyright symbol Akira Yokosawa
@ 2022-04-02 6:19 ` Randy Dunlap
2022-04-02 6:24 ` Bagas Sanjaya
2022-04-05 15:46 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2022-04-02 6:19 UTC (permalink / raw)
To: Akira Yokosawa, Rafael J. Wysocki, Srinivas Pandruvada
Cc: Jonathan Corbet, linux-pm, linux-doc
Hi,
On 4/1/22 16:19, Akira Yokosawa wrote:
> Using a substitution pattern of "|copy|" without including
> isonum.txt causes a doc build warning.
>
> Using the symbol "©" itself is a better choice for those
> who read .rst sources.
>
> Fixes: 16c02447f3e1 ("Documentation: thermal: DPTF Documentation")
> Reported by: Randy Dunlap <rdunlap@infradead.org>
> Suggested-by: Jonathan Corbet <corbet@lwn.net>
> 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
Looks good. Thanks.
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> Changes since v1 [1]:
>
> - Use © instead of including isonum.txt (Jon).
> - Amend title and changelog.
>
> v1 [1]: https://lore.kernel.org/r/e06542af-aa8b-0885-37a3-bb7bc5fafa1e@gmail.com/
> ---
> Documentation/driver-api/thermal/intel_dptf.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
> index 96668dca753a..372bdb4d04c6 100644
> --- a/Documentation/driver-api/thermal/intel_dptf.rst
> +++ b/Documentation/driver-api/thermal/intel_dptf.rst
> @@ -4,7 +4,7 @@
> Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface
> ===============================================================
>
> -:Copyright: |copy| 2022 Intel Corporation
> +:Copyright: © 2022 Intel Corporation
>
> :Author: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
>
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH -pm v2] docs: driver-api/thermal/intel_dptf: Use copyright symbol
2022-04-01 23:19 [PATCH -pm v2] docs: driver-api/thermal/intel_dptf: Use copyright symbol Akira Yokosawa
2022-04-02 6:19 ` Randy Dunlap
@ 2022-04-02 6:24 ` Bagas Sanjaya
2022-04-05 15:46 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2022-04-02 6:24 UTC (permalink / raw)
To: Akira Yokosawa, Rafael J. Wysocki, Srinivas Pandruvada
Cc: Jonathan Corbet, Randy Dunlap, linux-pm, linux-doc
On 02/04/22 06.19, Akira Yokosawa wrote:
> Using a substitution pattern of "|copy|" without including
> isonum.txt causes a doc build warning.
>
> Using the symbol "©" itself is a better choice for those
> who read .rst sources.
>
Hmm, where is isonum.txt as you mentioned?
Why not (c) instead?
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH -pm v2] docs: driver-api/thermal/intel_dptf: Use copyright symbol
2022-04-01 23:19 [PATCH -pm v2] docs: driver-api/thermal/intel_dptf: Use copyright symbol Akira Yokosawa
2022-04-02 6:19 ` Randy Dunlap
2022-04-02 6:24 ` Bagas Sanjaya
@ 2022-04-05 15:46 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2022-04-05 15:46 UTC (permalink / raw)
To: Akira Yokosawa, Rafael J. Wysocki, Srinivas Pandruvada
Cc: Randy Dunlap, linux-pm, linux-doc, Akira Yokosawa
Akira Yokosawa <akiyks@gmail.com> writes:
> Using a substitution pattern of "|copy|" without including
> isonum.txt causes a doc build warning.
>
> Using the symbol "©" itself is a better choice for those
> who read .rst sources.
>
> Fixes: 16c02447f3e1 ("Documentation: thermal: DPTF Documentation")
> Reported by: Randy Dunlap <rdunlap@infradead.org>
> Suggested-by: Jonathan Corbet <corbet@lwn.net>
> 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
> ---
> Changes since v1 [1]:
>
> - Use © instead of including isonum.txt (Jon).
> - Amend title and changelog.
>
> v1 [1]: https://lore.kernel.org/r/e06542af-aa8b-0885-37a3-bb7bc5fafa1e@gmail.com/
> ---
> Documentation/driver-api/thermal/intel_dptf.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
> index 96668dca753a..372bdb4d04c6 100644
> --- a/Documentation/driver-api/thermal/intel_dptf.rst
> +++ b/Documentation/driver-api/thermal/intel_dptf.rst
> @@ -4,7 +4,7 @@
> Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface
> ===============================================================
>
> -:Copyright: |copy| 2022 Intel Corporation
> +:Copyright: © 2022 Intel Corporation
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-05 22:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01 23:19 [PATCH -pm v2] docs: driver-api/thermal/intel_dptf: Use copyright symbol Akira Yokosawa
2022-04-02 6:19 ` Randy Dunlap
2022-04-02 6:24 ` Bagas Sanjaya
2022-04-05 15:46 ` 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).