Re: [PATCH v3 2/4] Documentation/atomic_ops.txt: convert to ReST markup

2016-11-27 Thread S. Fricke
sertions(+), 377 deletions(-) > > Not a fan of this. The atomic_ops.txt file needs a lot of love, and I > wouldn't want to edit a .rst file. What is the problem with this rst-file? atomic_ops.rst are not so different to the txt variant. I will drop this patch. Best regards,

Re: [PATCH v2 3/4] Documentation/local_ops.txt: convert to ReST markup

2016-11-25 Thread S. Fricke
t; > +Here is a sample module which implements a basic per cpu counter using > > +``local.h``. > > + > > +.. code-block:: c > > Better to use :: instead of code-block. > > > + > > +/* test-local.c > > + * > > + * Sample module for loc