diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-26 09:51:20 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-31 13:30:01 -0600 |
commit | 1ec779b9fabcdbfaa06971b5c2a4d9a6e4b45b3a (patch) | |
tree | 4ef5b00d4983daf2389773d08bcb6ff325e9dee6 /Documentation/core-api/index.rst | |
parent | f6ae22d64433fd8e08654adad7966299da931bb9 (diff) | |
download | linux-stable-1ec779b9fabcdbfaa06971b5c2a4d9a6e4b45b3a.tar.gz linux-stable-1ec779b9fabcdbfaa06971b5c2a4d9a6e4b45b3a.tar.bz2 linux-stable-1ec779b9fabcdbfaa06971b5c2a4d9a6e4b45b3a.zip |
docs: packing: move it to core-api book and adjust markups
The packing.txt file was misplaced, as docs should be part of
a documentation book, and not at the root dir.
So, move it to the core-api directory and add to its index.
Also, ensure that the file will be properly parsed and the bitmap
ascii artwork will use a monotonic font.
Fixes: 554aae35007e ("lib: Add support for generic packing operations")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Tested-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.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 da0ed972d224..dfd8fad1e1ec 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -25,6 +25,7 @@ Core utilities librs genalloc errseq + packing printk-formats circular-buffers generic-radix-tree |