On Fri, 15 Aug 2025 17:00:07 -0700, Paul E. McKenney wrote: > From: Akira Yokosawa <aki...@gmail.com> > > Here is a list of conventions applied here: > > - Don't mark up function names, to be taken care of by the automarkup > extension. Just say func(). > - Instead of ".. code-block:: none", just say "::". > - Mark inline literals by a pair of ``xxxx``. Don't use rust doc's > dialect of `yyyy`. > - Instead of emphasizing headings by **strong emphasis**, use sub-level > title adornments, in this case "^^^^^^^^^^" and make them proper > sub-sections under "Hotplug CPU". > > Signed-off-by: Akira Yokosawa <aki...@gmail.com> > Cc: Joel Fernandes <joelagn...@nvidia.com> > Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadh...@kernel.org>
Missing S-o-b of Paul? Joel, I'd rather like to have your ack here. Could you? Thanks, Akira > --- > .../RCU/Design/Requirements/Requirements.rst | 52 +++++++++---------- > 1 file changed, 24 insertions(+), 28 deletions(-) > [...]