aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Yokosawa <[email protected]>2022-04-02 08:19:05 +0900
committerJonathan Corbet <[email protected]>2022-04-05 09:46:06 -0600
commit2c2de6f2e2bc444eed65eaa949b4fdadab93f6b3 (patch)
treefef305dfa9cef55d6f6779739a85cf31dfeb06c4
parent0c603a5c704fcfead5e85e4c89c297d2be68b671 (diff)
docs: driver-api/thermal/intel_dptf: Use copyright symbol
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. Reported by: Randy Dunlap <[email protected]> Fixes: 16c02447f3e1 ("Documentation: thermal: DPTF Documentation") Suggested-by: Jonathan Corbet <[email protected]> Signed-off-by: Akira Yokosawa <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Cc: Srinivas Pandruvada <[email protected]> Cc: [email protected] Cc: [email protected] Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/driver-api/thermal/intel_dptf.rst2
1 files changed, 1 insertions, 1 deletions
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 <[email protected]>