[FE training-materials-updates] devmem2: a few changes about the use of /code

michael.opdenacker at free-electrons.com michael.opdenacker at free-electrons.com
Tue May 29 14:35:47 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=17b9c550ea62d6e318dc62002b533282a4780836

commit 17b9c550ea62d6e318dc62002b533282a4780836
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue May 29 14:26:14 2012 +0200

    devmem2: a few changes about the use of /code

diff --git a/slides/kernel-driver-development-mmap/kernel-driver-development-mmap.tex b/slides/kernel-driver-development-mmap/kernel-driver-development-mmap.tex
index eb88d41..f8e5d8c 100644
--- a/slides/kernel-driver-development-mmap/kernel-driver-development-mmap.tex
+++ b/slides/kernel-driver-development-mmap/kernel-driver-development-mmap.tex
@@ -137,7 +137,7 @@ static int acme_mmap
   \begin{itemize}
   \item \url{http://free-electrons.com/pub/mirror/devmem2.c}, by Jan-Derk
     Bakker
-  \item Very useful tool to directly \code{peek} (read) or \code{poke}
+  \item Very useful tool to directly peek (read) or poke
     (write) I/O addresses mapped in physical address space from a
     shell command line!
     \begin{itemize}
@@ -149,7 +149,7 @@ static int acme_mmap
       \item \code{devmem2 0x000c0004 h} (reading)
       \item \code{devmem2 0x000c0008 w 0xffffffff} (writing)
       \end{itemize}
-    \item devmem is now available in BusyBox, making it even easier to
+    \item \code{devmem} is now available in BusyBox, making it even easier to
       use.
     \end{itemize}
   \end{itemize}

-----------------------------------------------------------------------

Summary of changes:
 .../kernel-driver-development-mmap.tex             |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


More information about the training-materials-updates mailing list