[bootlin/training-materials updates] master: kernel-input: correct field name (cb17a709)

Alexandre Belloni alexandre.belloni at bootlin.com
Wed Mar 20 06:55:04 CET 2019


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

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

commit cb17a709ac925c0877af1b76364b941728836724
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Wed Mar 20 06:54:28 2019 +0100

    kernel-input: correct field name
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

cb17a709ac925c0877af1b76364b941728836724
 slides/kernel-input/kernel-input.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-input/kernel-input.tex b/slides/kernel-input/kernel-input.tex
index 17570b43..07f52f98 100644
--- a/slides/kernel-input/kernel-input.tex
+++ b/slides/kernel-input/kernel-input.tex
@@ -159,7 +159,7 @@ struct input_polled_dev {
   \item Among the handlers of the \kstruct{input_polled_dev} only the
     \code{poll()} method is mandatory, this function polls the device
     and posts input events.
-  \item The fields \code{id}, \code{name}, \code{evkey} and \code{keybit} of
+  \item The fields \code{id}, \code{name}, \code{evbit} and \code{keybit} of
     the \code{input} field must be initialized too.
   \item If none of the \code{poll_interval} fields are filled then the
     default poll interval is 500ms.




More information about the training-materials-updates mailing list