[FE training-materials-updates] Add missing paragraph jump

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Oct 4 17:16:40 CEST 2012


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

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

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

commit 2e5a1f41151104f34567a39d9bf2f7566cb51dc6
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 4 17:16:28 2012 +0200

    Add missing paragraph jump


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

2e5a1f41151104f34567a39d9bf2f7566cb51dc6
 labs/kernel-serial-driver/kernel-serial-driver.tex |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-serial-driver/kernel-serial-driver.tex b/labs/kernel-serial-driver/kernel-serial-driver.tex
index fc528b7..3e7f70a 100644
--- a/labs/kernel-serial-driver/kernel-serial-driver.tex
+++ b/labs/kernel-serial-driver/kernel-serial-driver.tex
@@ -48,8 +48,10 @@ Compile your new driver as a module, and after the kernel compilation, run:
 make INSTALL_MOD_PATH=/path/to/nfsroot modules_install
 \end{verbatim}
 
-To install the modules (\code{serial_core} and your driver) into the
-root filesystem. Then try to load/unload your module on the target
+to install the modules (\code{serial_core} and your driver) into the
+root filesystem.
+
+Then try to load/unload your module on the target
 using \code{modprobe}. If you're successful, we can now start working
 on the driver itself.
 



More information about the training-materials-updates mailing list