[bootlin/training-materials updates] master: Kernel labs: fix typo (e509527c)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Apr 20 14:59:17 CEST 2021


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

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

commit e509527c599d76e3120abd8c9ee05d2cc56083ed
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Apr 20 14:59:17 2021 +0200

    Kernel labs: fix typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

e509527c599d76e3120abd8c9ee05d2cc56083ed
 labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex b/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
index dc75c297..03bf9545 100644
--- a/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
+++ b/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
@@ -152,7 +152,7 @@ Now implement the pointers that we need:
 
 Make sure you add this code before registering the input device. You
 don't want to enable a device with incomplete information or when it is
-not completely yet (there could be race conditions).
+not completely initialized yet (there could be race conditions).
 
 So, back to the \code{nunchuk_poll()} function, you will first need to
 retrieve the I2C physical device from the \ksym{input_dev}




More information about the training-materials-updates mailing list