Skip to content

Commit bf7afe8

Browse files
committed
Fix grammar in virtual input device driver section
Change "The drivers needs" to "The driver needs" to correct a subject-verb disagreement and improve readability.
1 parent bc785b6 commit bf7afe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ \section{Virtual Input Device Driver}
20552055

20562056
Here is an example, vinput,
20572057
It is an API to allow easy development of virtual input drivers.
2058-
The drivers needs to export a \cpp|vinput_device()| that contains the virtual device name and \cpp|vinput_ops| structure that describes:
2058+
The driver needs to export a \cpp|vinput_device()| that contains the virtual device name and \cpp|vinput_ops| structure that describes:
20592059

20602060
\begin{itemize}
20612061
\item the init function: \cpp|init()|

0 commit comments

Comments
 (0)
close