Commit 84373132 authored by Thorsten Blum's avatar Thorsten Blum Committed by Miguel Ojeda

rust: helpers: Fix grammar in comment

s/directly the bindings/the bindings directly/
Signed-off-by: default avatarThorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: default avatarTrevor Gross <tmgross@umich.edu>
Reviewed-by: default avatarAlice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20240411205428.537700-1-thorsten.blum@toblux.comSigned-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 9218cf82
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* cannot be called either. This file explicitly creates functions ("helpers") * cannot be called either. This file explicitly creates functions ("helpers")
* that wrap those so that they can be called from Rust. * 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 * 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 * functions may not get their code generated in the crate where they are
* defined. Other helpers, called from non-inline functions, may not be * defined. Other helpers, called from non-inline functions, may not be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment