[FE training-materials-updates] Kernel resources: remove useless levels of identation

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Apr 8 10:44:05 CEST 2014


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

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

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

commit 132269ed5c4498fa85a9a86f61be4ab5f66ea586
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Apr 8 10:43:24 2014 +0200

    Kernel resources: remove useless levels of identation
    
    - Reducing the size for text
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

132269ed5c4498fa85a9a86f61be4ab5f66ea586
 .../kernel-resources-references.tex                |   74 +++++++++-----------
 1 file changed, 33 insertions(+), 41 deletions(-)

diff --git a/slides/kernel-resources-references/kernel-resources-references.tex b/slides/kernel-resources-references/kernel-resources-references.tex
index 9c07b14..2e38c2b 100644
--- a/slides/kernel-resources-references/kernel-resources-references.tex
+++ b/slides/kernel-resources-references/kernel-resources-references.tex
@@ -1,15 +1,13 @@
 \begin{frame}
+  Linux Weekly News
   \frametitle{Kernel Development News}
   \begin{itemize}
-  \item Linux Weekly News
-    \begin{itemize}
-    \item \url{http://lwn.net/}
-    \item The weekly digest off all Linux and free software
-      information sources
-    \item In depth technical discussions about the kernel
-    \item Subscribe to finance the editors (\$7 / month)
-    \item Articles available for non subscribers after 1 week.
-    \end{itemize}
+  \item \url{http://lwn.net/}
+  \item The weekly digest off all Linux and free software
+    information sources
+  \item In depth technical discussions about the kernel
+  \item Subscribe to finance the editors (\$7 / month)
+  \item Articles available for non subscribers after 1 week.
   \end{itemize}
 \end{frame}
 
@@ -17,20 +15,18 @@
   \frametitle{Useful Reading (1)}
   \begin{columns}
     \column{0.7\textwidth}
+    Essential Linux Device Drivers, April 2008
     \begin{itemize}
-    \item Essential Linux Device Drivers, April 2008
-      \begin{itemize}
-      \item \url{http://elinuxdd.com/}
-      \item By Sreekrishnan Venkateswaran, an embedded IBM engineer
-        with more than 10 years of experience
-      \item Covers a wide range of topics not covered by LDD: serial
-        drivers, input drivers, I2C, PCMCIA and Compact Flash, PCI,
-        USB, video drivers, audio drivers, block drivers, network
-        drivers, Bluetooth, IrDA, MTD, drivers in userspace, kernel
-        debugging, etc.
-      \item \emph{Probably the most wide ranging and complete Linux
+    \item \url{http://elinuxdd.com/}
+    \item By Sreekrishnan Venkateswaran, an embedded IBM engineer
+      with more than 10 years of experience
+    \item Covers a wide range of topics not covered by LDD: serial
+      drivers, input drivers, I2C, PCMCIA and Compact Flash, PCI,
+      USB, video drivers, audio drivers, block drivers, network
+      drivers, Bluetooth, IrDA, MTD, drivers in userspace, kernel
+      debugging, etc.
+    \item \emph{Probably the most wide ranging and complete Linux
           device driver book I've read} -- Alan Cox
-      \end{itemize}
     \end{itemize}
     \column{0.3\textwidth}
     \includegraphics[width=\textwidth]{slides/kernel-resources-references/eldd.jpg}
@@ -41,18 +37,16 @@
   \frametitle{Useful Reading (2)}
   \begin{columns}
     \column{0.7\textwidth}
+    Writing Linux Device drivers, September 2009
     \begin{itemize}
-    \item Writing Linux Device drivers, September 2009
-      \begin{itemize}
-      \item \url{http://www.coopj.com/}
-      \item Self published by Jerry Cooperstein
-      \item Available like any other book (Amazon and others)
-      \item Though not as thorough as the previous book on specific
-        drivers, still a good complement on multiple aspects of kernel
-        and device driver development.
-      \item Based on Linux 2.6.31
-      \item Multiple exercises. Updated solutions for 2.6.36.
-      \end{itemize}
+    \item \url{http://www.coopj.com/}
+    \item Self published by Jerry Cooperstein
+    \item Available like any other book (Amazon and others)
+    \item Though not as thorough as the previous book on specific
+      drivers, still a good complement on multiple aspects of kernel
+      and device driver development.
+    \item Based on Linux 2.6.31
+    \item Multiple exercises. Updated solutions for 2.6.36.
     \end{itemize}
     \column{0.3\textwidth}
     \includegraphics[width=\textwidth]{slides/kernel-resources-references/writing-linux-device-drivers.png}
@@ -63,16 +57,14 @@
   \frametitle{Useful Reading (3)}
   \begin{columns}
     \column{0.7\textwidth}
+    Linux Device Drivers, 4th edition, September 2014 (estimated)
     \begin{itemize}
-    \item Linux Device Drivers, 4th edition, September 2014 (estimated)
-      \begin{itemize}
-      \item \url{http://shop.oreilly.com/product/0636920030867.do}
-      \item By Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman,
-        Jessica McKellar, O'Reilly
-      \item Expected to be a great book, if as good as the previous
-        edition (Free PDF: \url{http://free-electrons.com/community/kernel/ldd3/}),
-        which is now out of date.
-      \end{itemize}
+    \item \url{http://shop.oreilly.com/product/0636920030867.do}
+    \item By Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman,
+      Jessica McKellar, O'Reilly
+    \item Expected to be a great book, if as good as the previous
+      edition (Free PDF: \url{http://free-electrons.com/community/kernel/ldd3/}),
+      which is now out of date.
     \end{itemize}
     \column{0.3\textwidth}
     \includegraphics[width=\textwidth]{slides/kernel-resources-references/linux-device-drivers4.jpg}



More information about the training-materials-updates mailing list