Hi, Thanks Jani for reviewing of my first attempt. v1 -> v2: * s/kernel-doc: $type_param takes 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 (3): kernel-doc: better parsing of named variable arguments workqueue: kerneldocify workqueue_attrs Documentation/workqueue.txt: convert to ReST markup Documentation/index.rst | 1 +- Documentation/misc/conf.py | 5 +- Documentation/misc/index.rst | 17 ++- Documentation/workqueue.rst | 394 ++++++++++++++++++++++++++++++++++++- Documentation/workqueue.txt | 388 +----------------------------------- MAINTAINERS | 2 +- include/linux/workqueue.h | 34 ++- scripts/kernel-doc | 8 +- 8 files changed, 447 insertions(+), 402 deletions(-) create mode 100644 Documentation/misc/conf.py create mode 100644 Documentation/misc/index.rst create mode 100644 Documentation/workqueue.rst delete mode 100644 Documentation/workqueue.txt base-commit: 893e2c5c9fedeccf89653b0ad17df69e88dbd707 -- git-series 0.8.10 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html