[FE training-materials-updates] kernel-frameworks: wrap text

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Sep 30 15:29:21 CEST 2013


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

On branch  : kernel-ng
Link       : http://git.free-electrons.com/training-materials/commit/?id=6946ff074feec9a933dad5068ee929f8dc69325e

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

commit 6946ff074feec9a933dad5068ee929f8dc69325e
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Mon Sep 30 11:46:40 2013 +0200

    kernel-frameworks: wrap text
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

6946ff074feec9a933dad5068ee929f8dc69325e
 slides/kernel-frameworks/kernel-frameworks.tex |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/slides/kernel-frameworks/kernel-frameworks.tex b/slides/kernel-frameworks/kernel-frameworks.tex
index d1d4c07..ce7fa35 100644
--- a/slides/kernel-frameworks/kernel-frameworks.tex
+++ b/slides/kernel-frameworks/kernel-frameworks.tex
@@ -3,10 +3,13 @@
 \begin{frame}
   \frametitle{Kernel and Device Drivers}
   \begin{columns}
-    \column{0.5\textwidth} In Linux, a driver is always interfacing with:
+    \column{0.5\textwidth} In Linux, a driver is always interfacing
+    with:
     \begin{itemize}
-    \item a {\bf framework} that allows the driver to expose the hardware features to userspace applications.
-    \item a {\bf bus infrastructure}, part of the device model, to detect/communicate with the hardware.
+    \item a {\bf framework} that allows the driver to expose the
+      hardware features to userspace applications.
+    \item a {\bf bus infrastructure}, part of the device model, to
+      detect/communicate with the hardware.
     \end{itemize}
     This section focuses on the {\em kernel frameworks}, while the
     {\em device model} was covered earlier in this training.



More information about the training-materials-updates mailing list