Skip to content

Commit 0ad840d

Browse files
authored
Merge pull request #224 from fourcolor/master
Fix typo
2 parents 0addb86 + 34eb620 commit 0ad840d

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
@@ -2087,7 +2087,7 @@ \subsection{Static keys}
20872087

20882088
If the key is enabled at runtime by calling \cpp|static_branch_enable(&fkey)|, the fastpath will be patched with an unconditional jump instruction to the slowpath code \cpp|pr_alert|, so the branch will always be taken until the key is disabled again.
20892089

2090-
The following kernel module derived from \verb|chardev.c|, demostrates how the static key works.
2090+
The following kernel module derived from \verb|chardev.c|, demonstrates how the static key works.
20912091

20922092
\samplec{examples/static_key.c}
20932093

0 commit comments

Comments
 (0)