diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2017-12-22 06:32:16 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-01-01 12:40:27 -0700 |
commit | 14ebc28e07e68ff412aa42f7d8b67969e2f63d00 (patch) | |
tree | 7d5aa02eba4a70f4d8da61e51eae16e0c7956567 /Documentation/core-api/index.rst | |
parent | aa931b44ae3e32329b054e3cd8ba1a4f1aa9e0d8 (diff) | |
download | linux-stable-14ebc28e07e68ff412aa42f7d8b67969e2f63d00.tar.gz linux-stable-14ebc28e07e68ff412aa42f7d8b67969e2f63d00.tar.bz2 linux-stable-14ebc28e07e68ff412aa42f7d8b67969e2f63d00.zip |
errseq: Add to documentation tree
- Move errseq.rst into core-api
- Add errseq to the core-api index
- Promote the header to a more prominent header type, otherwise we get three
entries in the table of contents.
- Reformat the table to look nicer and be a little more proportional in
terms of horizontal width per bit (the SF bit is still disproportionately
large, but there's no way to fix that).
- Include errseq kernel-doc in the errseq.rst
- Neaten some kernel-doc markup
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
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 d55ee6b006ed..1b1fd01990b5 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -22,6 +22,7 @@ Core utilities flexible-arrays librs genalloc + errseq printk-formats Interfaces for kernel debugging |