Skip to content

Commit 8437313

Browse files
tobluxojeda
authored andcommitted
rust: helpers: Fix grammar in comment
s/directly the bindings/the bindings directly/ Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Reviewed-by: Trevor Gross <tmgross@umich.edu> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Link: https://lore.kernel.org/r/20240411205428.537700-1-thorsten.blum@toblux.com Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 9218cf8 commit 8437313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* cannot be called either. This file explicitly creates functions ("helpers")
55
* that wrap those so that they can be called from Rust.
66
*
7-
* Even though Rust kernel modules should never use directly the bindings, some
7+
* Even though Rust kernel modules should never use the bindings directly, some
88
* of these helpers need to be exported because Rust generics and inlined
99
* functions may not get their code generated in the crate where they are
1010
* defined. Other helpers, called from non-inline functions, may not be

0 commit comments

Comments
 (0)