2022-04-22 16:26:39

by Soumya Negi

[permalink] [raw]
Subject: [PATCH] Documentation: thermal: Include ReST markup standard definition file

Fixes the documentation compile error given below:

ERROR: Undefined substitution referenced: "copy".

Signed-off-by: Soumya Negi <[email protected]>
---
Documentation/driver-api/thermal/intel_dptf.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
index 96668dca753a..e3c41d96d63a 100644
--- a/Documentation/driver-api/thermal/intel_dptf.rst
+++ b/Documentation/driver-api/thermal/intel_dptf.rst
@@ -1,4 +1,5 @@
.. SPDX-License-Identifier: GPL-2.0
+.. include:: <isonum.txt>

===============================================================
Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface
--
2.17.1


2022-04-22 20:08:32

by Soumya Negi

[permalink] [raw]
Subject: Re: [PATCH] Documentation: thermal: Include ReST markup standard definition file

Thanks for letting me know.

On Thu, Apr 21, 2022 at 9:28 PM Randy Dunlap <[email protected]> wrote:
>
> Hi--
>
> On 4/21/22 21:14, Soumya Negi wrote:
> > Fixes the documentation compile error given below:
> >
> > ERROR: Undefined substitution referenced: "copy".
> >
> > Signed-off-by: Soumya Negi <[email protected]>
> > ---
> > Documentation/driver-api/thermal/intel_dptf.rst | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
> > index 96668dca753a..e3c41d96d63a 100644
> > --- a/Documentation/driver-api/thermal/intel_dptf.rst
> > +++ b/Documentation/driver-api/thermal/intel_dptf.rst
> > @@ -1,4 +1,5 @@
> > .. SPDX-License-Identifier: GPL-2.0
> > +.. include:: <isonum.txt>
> >
> > ===============================================================
> > Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface
>
> linux-next and jc_docs git tree already have a patch for this:
>
> commit 2c2de6f2e2bc
> Author: Akira Yokosawa <[email protected]>
> Date: Sat Apr 2 08:19:05 2022 +0900
>
> docs: driver-api/thermal/intel_dptf: Use copyright symbol
>
>
> thanks.
> --
> ~Randy

2022-04-22 21:27:43

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Documentation: thermal: Include ReST markup standard definition file

Hi--

On 4/21/22 21:14, Soumya Negi wrote:
> Fixes the documentation compile error given below:
>
> ERROR: Undefined substitution referenced: "copy".
>
> Signed-off-by: Soumya Negi <[email protected]>
> ---
> Documentation/driver-api/thermal/intel_dptf.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst
> index 96668dca753a..e3c41d96d63a 100644
> --- a/Documentation/driver-api/thermal/intel_dptf.rst
> +++ b/Documentation/driver-api/thermal/intel_dptf.rst
> @@ -1,4 +1,5 @@
> .. SPDX-License-Identifier: GPL-2.0
> +.. include:: <isonum.txt>
>
> ===============================================================
> Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface

linux-next and jc_docs git tree already have a patch for this:

commit 2c2de6f2e2bc
Author: Akira Yokosawa <[email protected]>
Date: Sat Apr 2 08:19:05 2022 +0900

docs: driver-api/thermal/intel_dptf: Use copyright symbol


thanks.
--
~Randy