diff options
author | sayli karnik <karniksayli1995@gmail.com> | 2017-03-30 02:01:16 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-03-29 14:50:21 -0600 |
commit | b2e33536c010513e07e92ca914fcc11108d5eef5 (patch) | |
tree | 7c5a266e55b6a35820270279b2f763f7c2c2b49d /Documentation/core-api/index.rst | |
parent | 3f816bac24f0d3c139c740f22d6c945645ca9eed (diff) | |
download | linux-b2e33536c010513e07e92ca914fcc11108d5eef5.tar.gz linux-b2e33536c010513e07e92ca914fcc11108d5eef5.tar.bz2 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 =============================== |