Hi, v3 -> v4: * The outdated misc reference in D/index.rst was not removed v2 -> v3: * Introduce a core-api folder * move workqueue.rst to core-api * reflect change in 00-index and workqueue.h 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 (4): kernel-doc: better parsing of named variable arguments workqueue: kerneldocify workqueue_attrs Documentation/00-index: update for new core-api folder Documentation/workqueue.txt: convert to ReST markup Documentation/00-INDEX | 4 +- Documentation/core-api/conf.py | 5 +- Documentation/core-api/index.rst | 17 +- Documentation/core-api/workqueue.rst | 394 ++++++++++++++++++++++++++++- Documentation/index.rst | 1 +- Documentation/workqueue.txt | 388 +---------------------------- MAINTAINERS | 2 +- include/linux/workqueue.h | 35 +- scripts/kernel-doc | 8 +- 9 files changed, 451 insertions(+), 403 deletions(-) create mode 100644 Documentation/core-api/conf.py create mode 100644 Documentation/core-api/index.rst create mode 100644 Documentation/core-api/workqueue.rst delete mode 100644 Documentation/workqueue.txt base-commit: 07d9a380680d1c0eb51ef87ff2eab5c994949e69 -- 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