[PATCH v3 4/4] Documentation/workqueue.txt: convert to ReST markup

2016-10-24 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/core-api/index.rst | 2 +- Documentation/core-api/workqueue.rst | 394 - Documentation/index.rst | 1 +- Documen

[PATCH v3 3/4] Documentation/00-index: update for new core-api folder

2016-10-24 Thread Silvio Fricke
Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/00-INDEX | 4 +++- Documentation/core-api/conf.py | 5 + Documentation/core-api/index.rst | 15 +++ Documentation/index.rst | 1 + 4 files changed, 24 insertions(+), 1 de

[PATCH v3 2/4] workqueue: kerneldocify workqueue_attrs

2016-10-24 Thread Silvio Fricke
Only formating changes. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- include/linux/workqueue.h | 30 +- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index fc6e221..afc1d46

[PATCH v3 0/4] workqueue documentation reformatted

2016-10-24 Thread Silvio Fricke
struct members * D/workqueue.rst: Every author get a own :AUTHOR:-label * D/index.rst: add misc section and add link to workqueue documentation Best regards Silvio Silvio Fricke (4): kernel-doc: better parsing of named variable arguments workqueue: kerneldocify workqueue_attrs Documentation/00

[PATCH v3 1/4] kernel-doc: better parsing of named variable arguments

2016-10-24 Thread Silvio Fricke
Without this patch we get warnings for named variable arguments. warning: No description found for parameter '...' warning: Excess function parameter 'args' description in 'alloc_ordered_workqueue' Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> Reviewed-by: Jani Nikula <

[PATCH v4 4/4] Documentation/workqueue.txt: convert to ReST markup

2016-10-24 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/core-api/index.rst | 2 +- Documentation/core-api/workqueue.rst | 394 - Documentation/workqueue.txt

[PATCH v4 3/4] Documentation/00-index: update for new core-api folder

2016-10-24 Thread Silvio Fricke
Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/00-INDEX | 4 +++- Documentation/core-api/conf.py | 5 + Documentation/core-api/index.rst | 15 +++ Documentation/index.rst | 1 + 4 files changed, 24 insertions(+), 1 de

[PATCH v4 0/4] workqueue documentation reformatted

2016-10-24 Thread Silvio Fricke
too. * i/l/workqueue.h: inlining of documentation for workqueue_attrs struct members * D/workqueue.rst: Every author get a own :AUTHOR:-label * D/index.rst: add misc section and add link to workqueue documentation Best regards Silvio Silvio Fricke (4): kernel-doc: better parsing of named

[PATCH v4 2/4] workqueue: kerneldocify workqueue_attrs

2016-10-24 Thread Silvio Fricke
Only formating changes. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- include/linux/workqueue.h | 30 +- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index fc6e221..afc1d46

[PATCH v4 1/4] kernel-doc: better parsing of named variable arguments

2016-10-24 Thread Silvio Fricke
Without this patch we get warnings for named variable arguments. warning: No description found for parameter '...' warning: Excess function parameter 'args' description in 'alloc_ordered_workqueue' Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> Reviewed-by: Jani Nikula <

[PATCH v2 2/3] workqueue: kerneldocify workqueue_attrs

2016-10-19 Thread Silvio Fricke
Only formating changes. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- include/linux/workqueue.h | 30 +- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index fc6e221..afc1d46

[PATCH v2 0/3] workqueue documentation reformatted

2016-10-19 Thread Silvio Fricke
* D/index.rst: add misc section and add link to workqueue documentation Best regards Silvio Silvio Fricke (3): kernel-doc: better parsing of named variable arguments workqueue: kerneldocify workqueue_attrs Documentation/workqueue.txt: convert to ReST markup Documentation/index.rst |

[PATCH v2 1/3] kernel-doc: better parsing of named variable arguments

2016-10-19 Thread Silvio Fricke
Without this patch we get warnings for named variable arguments. warning: No description found for parameter '...' warning: Excess function parameter 'args' description in 'alloc_ordered_workqueue' Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- scripts/kernel-d

[PATCH v3 4/4] firmware: remove warning at documentation generation time

2016-11-25 Thread Silvio Fricke
This patch removes following error at for `make htmldocs`. No functional change. ./drivers/base/firmware_class.c:1348: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- drivers/base/firmware_class

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

2016-11-25 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/atomic_ops.txt => Documentation/core-api/atomic_ops.rst | 777 +--- Documentation/core-api/

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

2016-11-25 Thread Silvio Fricke
-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 Documentatio

[PATCH 4/4] firmware: remove warning at documentation generation time

2016-11-24 Thread Silvio Fricke
This patch removes following error at for `make htmldocs`. No functional change. ./drivers/base/firmware_class.c:1348: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- drivers/base/firmware_class

[PATCH 1/4] Documentation/assoc_array.txt: convert to ReST markup

2016-11-24 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/assoc_array.txt | 574 +-- Documentation/core-api/assoc_array.rst | 549 +- Documentation/core-api/ind

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

2016-11-24 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/core-api/index.rst | 1 +- Documentation/core-api/local_ops.rst | 208 - Documentation/local_ops.txt | 191 +-- 3

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

2016-11-24 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/atomic_ops.txt | 640 +--- Documentation/core-api/atomic_ops.rst | 669 +++- Documentation/core-api/ind

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

2016-11-24 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 Thanks for review. BR Silvio Silvio Fricke (4): Documentation/assoc_array.txt: convert to ReST markup Documentation

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

2016-11-25 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 v1 -> v2 * use format-patch with a rename_threshold of 10%, no other changes Thanks for review. BR Silvio Silvio Fricke

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

2016-11-25 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/core-api/index.rst| 1 +- Documentation/local_ops.txt => Documentation/core-api/local_ops.rst | 275 +++ 2 files changed, 147 insertion

[PATCH v4 1/4] Documentation/assoc_array.txt: convert to ReST markup

2016-11-28 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> Reviewed-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- Documentation/assoc_array.txt => Documentation/core-api/assoc_

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

2016-11-28 Thread Silvio Fricke
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

[PATCH v5 4/4] Documentation/workqueue.txt: convert to ReST markup

2016-10-28 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/core-api/index.rst | 2 +- Documentation/core-api/workqueue.rst | 394 - Documentation/workqueue.txt

[PATCH v5 2/4] workqueue: kerneldocify workqueue_attrs

2016-10-28 Thread Silvio Fricke
Only formating changes. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- include/linux/workqueue.h | 35 --- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index fc6e221..d

[PATCH v5 0/4] workqueue documentation reformatted

2016-10-28 Thread Silvio Fricke
care that this parameter is used for formatting too. * i/l/workqueue.h: inlining of documentation for workqueue_attrs struct members * D/workqueue.rst: Every author get a own :AUTHOR:-label * D/index.rst: add misc section and add link to workqueue documentation Best regards Silvio Silvio Fricke (4): ke

[PATCH v5 1/4] kernel-doc: better parsing of named variable arguments

2016-10-28 Thread Silvio Fricke
Without this patch we get warnings for named variable arguments. warning: No description found for parameter '...' warning: Excess function parameter 'args' description in 'alloc_ordered_workqueue' Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> Reviewed-by: Jani Nikula <

[PATCH v5 3/4] Documentation/00-index: update for new core-api folder

2016-10-28 Thread Silvio Fricke
Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/00-INDEX | 4 +++- Documentation/core-api/conf.py | 5 + Documentation/core-api/index.rst | 15 +++ Documentation/index.rst | 1 + 4 files changed, 24 insertions(+), 1 de

[RFC PATCH 2/3] workqueue: kerneldocify workqueue_attrs

2016-10-16 Thread Silvio Fricke
Only formating changes. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- include/linux/workqueue.h | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index fc6e221..8455869

[RFC PATCH 1/3] kernel-doc: better parsing of named variable arguments

2016-10-16 Thread Silvio Fricke
Without this patch we get warnings for named variable arguments. warning: No description found for parameter '...' warning: Excess function parameter 'args' description in 'alloc_ordered_workqueue' Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- scripts/kernel-do

[RFC PATCH 0/3] [RFC] workqueue documentation reformated

2016-10-16 Thread Silvio Fricke
Hi, This is a RFC of a reformatting the workqueue documentation using rst. It's my first contribution to documentation section and I would like to know if these changes are in a acceptable state. Thanks for reviewing, Silvio Silvio Fricke (3): kernel-doc: better parsing of named variable

[RFC PATCH 3/3] kernel-doc: kerneldocify workqueue documentation

2016-10-16 Thread Silvio Fricke
Only formating changes. Signed-off-by: Silvio Fricke <silvio.fri...@gmail.com> --- Documentation/index.rst | 1 +- Documentation/workqueue.rst | 394 +- Documentation/workqueue.txt | 388 + MAINT