On Thu, 27 Feb 2020 23:36:53 +0530 Aman Sharma <amanharitsh123@xxxxxxxxx> wrote: > 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 <amanharitsh123@xxxxxxxxx> > --- > 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.txt When 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