Skip to content

Commit

Permalink
kernel-frameworks: remove trailing space
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal authored and tpetazzoni committed Oct 29, 2021
1 parent 3707d17 commit 9375f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/kernel-frameworks2/kernel-frameworks2.tex
Expand Up @@ -119,7 +119,7 @@ \subsection{Character drivers}
\item {\bf Never} trust user space. A malicious application could
pass a kernel address which you could overwrite with device data
(\code{read} case), or which you could dump to the device
(\code{write} case).
(\code{write} case).
\end{itemize}
\item To keep the kernel code portable, secure, and have proper
error handling, your driver must use special kernel functions
Expand Down

0 comments on commit 9375f4f

Please sign in to comment.