2022-05-21 16:47:51

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mips: Convert plain text file to ReST

On Fri, May 20, 2022 at 06:56:13PM -0700, Soumya Negi wrote:
> Converts .txt documentation file to ReST format(.rst).
>
> Signed-off-by: Soumya Negi <[email protected]>
> ---
> .../devicetree/bindings/mips/cpu_irq.rst | 56 +++++++++++++++++++
> 1 file changed, 56 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mips/cpu_irq.rst

That did not "convert" it merely added the new file. Where was the old
file?

And does this get added to the build somehow?

thanks,

greg k-h


2022-05-23 03:15:17

by Soumya Negi

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mips: Convert plain text file to ReST

On Sat, May 21, 2022 at 03:25:07PM +0200, Greg KH wrote:
> On Fri, May 20, 2022 at 06:56:13PM -0700, Soumya Negi wrote:
> > Converts .txt documentation file to ReST format(.rst).
> >
> > Signed-off-by: Soumya Negi <[email protected]>
> > ---
> > .../devicetree/bindings/mips/cpu_irq.rst | 56 +++++++++++++++++++
> > 1 file changed, 56 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/mips/cpu_irq.rst
>
> That did not "convert" it merely added the new file. Where was the old
> file?

I will correct the patch. The old file is Documentation/devicetree/bindings/mips/cpu_irq.txt

> And does this get added to the build somehow?

No, I don't think so. When building documentation using make htmldocs, the file
does not show up in the Documentation/output directory.


Regards
Soumya