]> git.baikalelectronics.ru Git - kernel.git/commit
docs: packing: move it to core-api book and adjust markups
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 26 Jul 2019 12:51:20 +0000 (09:51 -0300)
committerJonathan Corbet <corbet@lwn.net>
Wed, 31 Jul 2019 19:30:01 +0000 (13:30 -0600)
commitb60625c6ba12490dfb76b56b3393443efb4ec57d
tree4ef5b00d4983daf2389773d08bcb6ff325e9dee6
parent279c0b59cf79843bf7c76a843b45931cbd20c2b4
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: 9faa70ac5bcd ("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>
Documentation/core-api/index.rst
Documentation/core-api/packing.rst [new file with mode: 0644]
Documentation/packing.txt [deleted file]
MAINTAINERS