Skip to content

Commit

Permalink
kernel: input: Fix small typos
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal committed Apr 30, 2021
1 parent 3a7b8f6 commit da7d0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/kernel-input/kernel-input.tex
Expand Up @@ -46,7 +46,7 @@ \section{The input subsystem}
\begin{itemize}
\item \kfile{include/uapi/linux/input.h}
\end{itemize}
\item Defines the set of operations a input driver must implement
\item Defines the set of operations an input driver must implement
and helper functions for the drivers
\begin{itemize}
\item \kstruct{input_dev} for the device driver part
Expand Down Expand Up @@ -80,7 +80,7 @@ \section{The input subsystem}
};
\end{minted}
\end{block}
Before being used it, this structure must be allocated and
Before being used, this structure must be allocated and
initialized, typically with:
\code{struct input_dev *devm_input_allocate_device(struct device *dev);}
\end{frame}
Expand Down

0 comments on commit da7d0e6

Please sign in to comment.