diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-26 14:51:20 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-31 21:30:01 +0200 |
commit | 1ec779b9fabcdbfaa06971b5c2a4d9a6e4b45b3a (patch) | |
tree | 4ef5b00d4983daf2389773d08bcb6ff325e9dee6 /MAINTAINERS | |
parent | docs: ipmb: place it at driver-api and convert to ReST (diff) | |
download | linux-1ec779b9fabcdbfaa06971b5c2a4d9a6e4b45b3a.tar.xz linux-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 '')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a3d5dd341088..11525de0bd16 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12099,7 +12099,7 @@ L: netdev@vger.kernel.org S: Supported F: lib/packing.c F: include/linux/packing.h -F: Documentation/packing.txt +F: Documentation/core-api/packing.rst PADATA PARALLEL EXECUTION MECHANISM M: Steffen Klassert <steffen.klassert@secunet.com> |