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
Michael Opdenacker committed Apr 20, 2021
1 parent de5d568 commit e509527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 e509527

Please sign in to comment.