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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:36 CEST 2021


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

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

commit 5ffecca1ce4ed4f5477832071ed94c07f4b7db60
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>


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

5ffecca1ce4ed4f5477832071ed94c07f4b7db60
 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