[bootlin/training-materials updates] master: kernel: input: Fix small typos (da7d0e66)

Miquel Raynal miquel.raynal at bootlin.com
Fri Apr 30 09:47:05 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/da7d0e66473d5e11d4d61616634ef033a48cdc18

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

commit da7d0e66473d5e11d4d61616634ef033a48cdc18
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Apr 30 09:46:48 2021 +0200

    kernel: input: Fix small typos
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

da7d0e66473d5e11d4d61616634ef033a48cdc18
 slides/kernel-input/kernel-input.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/kernel-input/kernel-input.tex b/slides/kernel-input/kernel-input.tex
index d92a162c..82360eb6 100644
--- a/slides/kernel-input/kernel-input.tex
+++ b/slides/kernel-input/kernel-input.tex
@@ -46,7 +46,7 @@
     \begin{itemize}
     \item \kfile{include/uapi/linux/input.h}
     \end{itemize}
-  \item Defines the set of operations a input driver must implement
+  \item Defines the set of operations an input driver must implement
     and helper functions for the drivers
     \begin{itemize}
     \item \kstruct{input_dev} for the device driver part
@@ -80,7 +80,7 @@ struct input_dev {
 };
 \end{minted}
 \end{block}
-  Before being used it, this structure must be allocated and
+  Before being used, this structure must be allocated and
   initialized, typically with:
   \code{struct input_dev *devm_input_allocate_device(struct device *dev);}
 \end{frame}




More information about the training-materials-updates mailing list