Re: [Linux-kernel-mentees] [PATCH v3] doc: Convert rculist_nulls.txt to rculist_nulls.rst
From: Aman <hidden>
Date: 2020-02-29 16:36:58
Also in:
linux-kernel-mentees, lkml, rcu
From: Aman <hidden>
Date: 2020-02-29 16:36:58
Also in:
linux-kernel-mentees, lkml, rcu
On 29/02/20 8:26 pm, Jonathan Corbet wrote:
On Thu, 27 Feb 2020 23:36:53 +0530 Aman Sharma [off-list ref] wrote:quoted
This patch converts rculist_nulls from .txt to .rst format, and also adds it to the index.rst file. Major changes includes: 1) Addition of section headers and subsection headers. 2) Addition of literal blocks which contains all the codes. 3) Making enumerated list item by changing X) to X. where X is number like 1,2,3 etc. Signed-off-by: Aman Sharma <redacted> --- Documentation/RCU/index.rst | 1 + Documentation/RCU/rculist_nulls.rst | 179 ++++++++++++++++++++++++++++ Documentation/RCU/rculist_nulls.txt | 172 -------------------------- 3 files changed, 180 insertions(+), 172 deletions(-) create mode 100644 Documentation/RCU/rculist_nulls.rst delete mode 100644 Documentation/RCU/rculist_nulls.txtWhen you put out multiple versions of a patch, it's always good to say what has changed; you can put that information right after the "---" line above. That's even more true if you send two versions within minutes of each other; recipients will want to know what is going on. Thanks, jon
Alright, I will make sure to always mention the changes between the subsequent version of patches. Here, the reason for a v3 patch is to fix the typing error in the commit message, there was a duplicate line in commit message of patch v2.