Re: [PATCH v4 0/4] core-api ReST: assoc_array, atomic_ops, local_ops

2016-12-01 Thread Luis R. Rodriguez
On Wed, Nov 30, 2016 at 05:51:29PM -0700, Jonathan Corbet wrote:
> Part 4 (firmware_class.c) is a bit off my turf, so I don't think I can
> apply it.  From what I can tell looking at the history, Andrew Morton
> might be a logical target for that patch.

I'll review that patch, as I've recently taken up helping with maintenance
for firmware_class. Provided its fine it could go through you Jonathan as
I am not aware of other documentation changes in the pipeline. Will review
shortly.

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v4 0/4] core-api ReST: assoc_array, atomic_ops, local_ops

2016-11-28 Thread Silvio Fricke
Hi,

Some more ReSTification of core-api's: assoc_array, atomic_ops and local_ops. A
fourth patch removes a warning about a bullet list without ending at
firmware_class.c

v3 -> v4
* add Review-by comments
* rewrite atomic_ops.rst file with fewer inversive changes
* reorder patch series old(1,2,3,4) new(1,3,2,4)

v2 -> v3
* change ". ::" to "::"
* replace all "code-blocks" with "::"
* add two ".. notes" declaration in atomic_ops.rst

v1 -> v2
* use format-patch with a rename_threshold of 10%, no other changes

Thanks for review.

BR
Silvio

Silvio Fricke (4):
  Documentation/assoc_array.txt: convert to ReST markup
  Documentation/local_ops.txt: convert to ReST markup
  Documentation/atomic_ops.txt: convert to ReST markup
  firmware: remove warning at documentation generation time

 Documentation/assoc_array.txt => Documentation/core-api/assoc_array.rst | 639 
++--
 Documentation/atomic_ops.txt => Documentation/core-api/atomic_ops.rst   | 324 
+++--
 Documentation/core-api/index.rst|   3 
+-
 Documentation/local_ops.txt => Documentation/core-api/local_ops.rst | 273 
---
 Documentation/process/volatile-considered-harmful.rst   |   3 
+-
 drivers/base/firmware_class.c   |   6 
+-
 6 files changed, 632 insertions(+), 616 deletions(-)

base-commit: 9c240d757658a3ae9968dd309e674c61f07c7f48
-- 
git-series 0.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html