Skip to content

Commit

Permalink
Kernel labs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent 06d2511 commit 8f66656
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -152,7 +152,7 @@ \section{Implement a polling routine}

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}
Expand Down

0 comments on commit 8f66656

Please sign in to comment.