[FE training-materials-updates] kernel-serial-interrupt: Fix wrapping

Maxime Ripard maxime.ripard at free-electrons.com
Fri Sep 6 16:28:38 CEST 2013


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

On branch  : kernel-bbb
Link       : http://git.free-electrons.com/training-materials/commit/?id=9b880d30980041415525c02c04f9164ac922f57b

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

commit 9b880d30980041415525c02c04f9164ac922f57b
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Fri Sep 6 16:27:55 2013 +0200

    kernel-serial-interrupt: Fix wrapping
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

9b880d30980041415525c02c04f9164ac922f57b
 .../kernel-serial-interrupt.tex                    |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/labs/kernel-serial-interrupt/kernel-serial-interrupt.tex b/labs/kernel-serial-interrupt/kernel-serial-interrupt.tex
index de5ae6c..b95e295 100644
--- a/labs/kernel-serial-interrupt/kernel-serial-interrupt.tex
+++ b/labs/kernel-serial-interrupt/kernel-serial-interrupt.tex
@@ -1,4 +1,6 @@
-\subchapter{Sleeping and handling interrupts}{Objective: learn how to register and implement a simple interrupt handler, and how to put a process to sleep and wake it up at a later point}
+\subchapter{Sleeping and handling interrupts}{Objective: learn how to
+  register and implement a simple interrupt handler, and how to put a
+  process to sleep and wake it up at a later point}
 
 During this lab, you will:
 



More information about the training-materials-updates mailing list