diff options
author | sayli karnik <karniksayli1995@gmail.com> | 2017-03-29 22:31:16 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-03-29 22:50:21 +0200 |
commit | b2e33536c010513e07e92ca914fcc11108d5eef5 (patch) | |
tree | 7c5a266e55b6a35820270279b2f763f7c2c2b49d /Documentation/core-api/index.rst | |
parent | Documentation: device-mapper: cache.txt: Fix typos (diff) | |
download | linux-b2e33536c010513e07e92ca914fcc11108d5eef5.tar.xz linux-b2e33536c010513e07e92ca914fcc11108d5eef5.zip |
Documentation: Add flexible-arrays.rst to the documentation tree
Add flexible-arrays.rst to Documentation/core-api. Add kernel-doc
comments to allow referencing.
Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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 0d93d8089136..2b908ac41021 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -16,6 +16,7 @@ Core utilities cpu_hotplug local_ops workqueue + flexible-arrays Interfaces for kernel debugging =============================== |