From: Kuan-Wei Chiu Date: Sun, 3 Sep 2023 20:58:31 +0000 (+0800) Subject: Fix typo X-Git-Tag: latest~7^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=ee617a1e53c72a5d5f82cd631e60ebfc7a9c26cb;p=lkmpg Fix typo --- diff --git a/lkmpg.tex b/lkmpg.tex index 397513e..58ba1e1 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -1066,7 +1066,7 @@ Once we finish the initialization, we can add the char device to the system by u int cdev_add(struct cdev *p, dev_t dev, unsigned count); \end{code} -To find a example using the interface, you can see \verb|ioctl.c| described in section \ref{sec:device_files}. +To find an example using the interface, you can see \verb|ioctl.c| described in section \ref{sec:device_files}. \subsection{Unregistering A Device} \label{sec:unregister_device}