[FE training-materials-updates] kernel memory slides: fix spacing issue

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Nov 4 18:24:02 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=1eff02294b1aa2444be90158ba9ca1b50073b4e5

>---------------------------------------------------------------

commit 1eff02294b1aa2444be90158ba9ca1b50073b4e5
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Nov 4 17:54:28 2013 +0100

    kernel memory slides: fix spacing issue
    
    - Workaround for weird spacing in nested itemize
    - Thanks to Jean Pihet for reporting it again.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

1eff02294b1aa2444be90158ba9ca1b50073b4e5
 .../kernel-driver-development-memory.tex           |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/slides/kernel-driver-development-memory/kernel-driver-development-memory.tex b/slides/kernel-driver-development-memory/kernel-driver-development-memory.tex
index 4b4e8d7..145a0f7 100644
--- a/slides/kernel-driver-development-memory/kernel-driver-development-memory.tex
+++ b/slides/kernel-driver-development-memory/kernel-driver-development-memory.tex
@@ -280,11 +280,9 @@
   \item It uses the same flags as the page allocator (\code{GFP_KERNEL},
     \code{GFP_ATOMIC}, \code{GFP_DMA}, etc.) with the same semantics.
   \item Maximum sizes, on \code{x86} and \code{arm} (see
-    \url{http://j.mp/YIGq6W}):
-    \begin{itemize}
-	\item Per allocation: 4 MB
- 	\item Total allocations: 128 MB
-    \end{itemize}
+    \url{http://j.mp/YIGq6W}): \\
+    - Per allocation: 4 MB \\
+    - Total allocations: 128 MB
   \item Should be used as the primary allocator unless there is a
     strong reason to use another one.
   \end{itemize}



More information about the training-materials-updates mailing list