We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9218cf8 commit 8437313Copy full SHA for 8437313
rust/helpers.c
@@ -4,7 +4,7 @@
4
* cannot be called either. This file explicitly creates functions ("helpers")
5
* that wrap those so that they can be called from Rust.
6
*
7
- * Even though Rust kernel modules should never use directly the bindings, some
+ * Even though Rust kernel modules should never use the bindings directly, some
8
* of these helpers need to be exported because Rust generics and inlined
9
* functions may not get their code generated in the crate where they are
10
* defined. Other helpers, called from non-inline functions, may not be
0 commit comments