Skip to content

Commit 9a9de2f

Browse files
committed
Add missing 'is'
There is a missing 'is' in the sentence, add it.
1 parent 8016001 commit 9a9de2f

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
@@ -1132,7 +1132,7 @@ \subsection{Writing Modules for Multiple Kernel Versions}
11321132
In most cases, the device files will also remain the same. On the other hand, the internal interfaces within the kernel can and do change between versions.
11331133

11341134
There are differences between different kernel versions, and if you want to support multiple kernel versions, you will find yourself having to code conditional compilation directives.
1135-
The way to do this to compare the macro \cpp|LINUX_VERSION_CODE| to the macro \cpp|KERNEL_VERSION|.
1135+
The way to do this is to compare the macro \cpp|LINUX_VERSION_CODE| to the macro \cpp|KERNEL_VERSION|.
11361136
In version \verb|a.b.c| of the kernel, the value of this macro would be \(2^{16}a+2^{8}b+c\).
11371137

11381138
\section{The /proc File System}

0 commit comments

Comments
 (0)