[FE training-materials-updates] Kernel porting slides: misc grammar fixes

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Dec 6 05:29:48 CET 2013


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

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

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

commit 5eeddefcd0fe9c37a25397d902c6f927f67e2738
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Dec 6 05:29:04 2013 +0100

    Kernel porting slides: misc grammar fixes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

5eeddefcd0fe9c37a25397d902c6f927f67e2738
 .../kernel-porting-content.tex                     |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/slides/kernel-porting-content/kernel-porting-content.tex b/slides/kernel-porting-content/kernel-porting-content.tex
index acf370e..14ff0a7 100644
--- a/slides/kernel-porting-content/kernel-porting-content.tex
+++ b/slides/kernel-porting-content/kernel-porting-content.tex
@@ -273,7 +273,7 @@ leds {
 \begin{frame}[fragile]
   \frametitle{Crystalfontz CFA-10036 Device Tree, SD Card/USB}
   \begin{itemize}
-  \item The platform also have a USB port
+  \item The platform also has a USB port
     \begin{block}{}
       \begin{minted}[fontsize=\tiny]{perl}
 usb0: usb at 80080000 {
@@ -283,7 +283,7 @@ usb0: usb at 80080000 {
 };
       \end{minted}
     \end{block}
-  \item and a SD Card slot:
+  \item and an SD Card slot:
     \begin{block}{}
       \begin{minted}[fontsize=\tiny]{perl}
 ssp0: ssp at 80010000 {
@@ -302,7 +302,7 @@ ssp0: ssp at 80010000 {
 \begin{frame}[fragile]
   \frametitle{Crystalfontz CFA-10036 Device Tree, I2C bus}
   \begin{itemize}
-  \item A I2C bus, with a Solomon SSD1306 OLED display connected on
+  \item An I2C bus, with a Solomon SSD1306 OLED display connected on
     it:
     \begin{block}{}
       \begin{minted}[fontsize=\tiny]{perl}
@@ -338,7 +338,7 @@ i2c0: i2c at 80058000 {
       \mint[fontsize=\tiny]{perl}+/include/ "imx28-cfa10036.dts"+
     \end{block}
   \item This allows to have a layered description. This can also be
-    done for board that have a lot in common, like the BeagleBone and
+    done for boards that have a lot in common, like the BeagleBone and
     the BeagleBone Black, or the AT91 SAMA5D3-based boards.
   \end{itemize}
 \end{frame}
@@ -383,7 +383,7 @@ dtb-$(CONFIG_ARCH_MXS) += imx28-cfa10036.dtb \
     \item Defines various callbacks for the platform initialization,
       the most important one being the \code{.init_machine} callback,
       which calls \kfunc{of_platform_populate}. This function travels
-      through the Device Tree and instantiate all the devices.
+      through the Device Tree and instantiates all the devices.
     \end{itemize}
   \end{itemize}
 \end{frame}



More information about the training-materials-updates mailing list