[bootlin/training-materials updates] master: Fix minor typo (b7fe84a6)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Oct 15 21:19:49 CEST 2020


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

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

commit b7fe84a6534548d1badeea241ab53b5db1dc2f15
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Oct 15 21:19:49 2020 +0200

    Fix minor typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

b7fe84a6534548d1badeea241ab53b5db1dc2f15
 labs/kernel-i2c-device-model/kernel-i2c-device-model.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
index ff5c21cd..8f29ee49 100644
--- a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
+++ b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
@@ -143,7 +143,7 @@ Relying on explanations given during the lectures, fill the
 \item \code{probe()} and \code{remove()} functions that will
       be called when a nunchuk is found.
       For the moment, just put a call to \kfunc{pr_info} inside
-      to confirm that these function are called.
+      to confirm that these functions are called.
 \item Initialize a \ksym{i2c_driver} structure, and register
       the i2c driver using it. Make sure that you use
       a \code{compatible} property that matches the one in the




More information about the training-materials-updates mailing list