Re: [PATCH 5/5] docs: networking: nfc: change to rst format
From: Jonathan Corbet <corbet@lwn.net>
Date: 2019-11-21 17:10:30
Also in:
linux-doc
From: Jonathan Corbet <corbet@lwn.net>
Date: 2019-11-21 17:10:30
Also in:
linux-doc
On Thu, 21 Nov 2019 16:55:03 +0100 Robert Schwebel [off-list ref] wrote:
Now that the sphinx syntax has been fixed, change the document from txt to rst and add it to the index. Signed-off-by: Robert Schwebel <redacted> --- Documentation/networking/{nfc.txt => nfc.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/networking/{nfc.txt => nfc.rst} (100%)diff --git a/Documentation/networking/nfc.txt b/Documentation/networking/nfc.rst similarity index 100% rename from Documentation/networking/nfc.txt rename to Documentation/networking/nfc.rst
It looks like you didn't actually add it to index.rst? In general the changes look good. I'd do it all in one patch, but that's up to Dave (who I assume will pick this up). Thanks, jon