Skip to content

Commit

Permalink
rust: helpers: Fix grammar in comment
Browse files Browse the repository at this point in the history
s/directly the bindings/the bindings directly/

Signed-off-by: Thorsten Blum <[email protected]>
Reviewed-by: Trevor Gross <[email protected]>
Reviewed-by: Alice Ryhl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
toblux authored and ojeda committed May 5, 2024
1 parent 9218cf8 commit 8437313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* cannot be called either. This file explicitly creates functions ("helpers")
* that wrap those so that they can be called from Rust.
*
* Even though Rust kernel modules should never use directly the bindings, some
* Even though Rust kernel modules should never use the bindings directly, some
* of these helpers need to be exported because Rust generics and inlined
* functions may not get their code generated in the crate where they are
* defined. Other helpers, called from non-inline functions, may not be
Expand Down

0 comments on commit 8437313

Please sign in to comment.