Skip to content

Commit d45485f

Browse files
committed
Remove duplicated words
1 parent 0ad840d commit d45485f

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
@@ -2029,7 +2029,7 @@ \section{Virtual Input Device Driver}
20292029
\section{Standardizing the interfaces: The Device Model}
20302030
\label{sec:device_model}
20312031
Up to this point we have seen all kinds of modules doing all kinds of things, but there was no consistency in their interfaces with the rest of the kernel.
2032-
To impose some consistency such that there is at minimum a standardized way to start, suspend and resume a device a device model was added.
2032+
To impose some consistency such that there is at minimum a standardized way to start, suspend and resume a device model was added.
20332033
An example is shown below, and you can use this as a template to add your own suspend, resume or other interface functions.
20342034

20352035
\samplec{examples/devicemodel.c}

0 commit comments

Comments
 (0)