diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2018-02-06 15:05:49 -0500 |
---|---|---|
committer | Matthew Wilcox <mawilcox@microsoft.com> | 2018-02-06 16:41:29 -0500 |
commit | ac665d9423474e64e64b34b0e2cea43601b50d7d (patch) | |
tree | 7e74505b3e71b90f303d52b3bf66bc65d609e48c /Documentation/core-api/index.rst | |
parent | 6ce711f2750031d12cec91384ac5cfa0a485b60a (diff) | |
download | linux-stable-ac665d9423474e64e64b34b0e2cea43601b50d7d.tar.gz linux-stable-ac665d9423474e64e64b34b0e2cea43601b50d7d.tar.bz2 linux-stable-ac665d9423474e64e64b34b0e2cea43601b50d7d.zip |
idr: Add documentation
Move the idr kernel-doc to its own idr.rst file and add a few
paragraphs about how to use it. Also add some more kernel-doc.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Diffstat (limited to 'Documentation/core-api/index.rst')
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 1b1fd01990b5..c670a8031786 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -16,6 +16,7 @@ Core utilities atomic_ops refcount-vs-atomic cpu_hotplug + idr local_ops workqueue genericirq |