Skip to content

Commit 54c5dc5

Browse files
tamirdojeda
authored andcommitted
rust: exports: improve grammar in commentary
Commit e26fa54 ("rust: kbuild: auto generate helper exports") added an errant "the" where one was not needed; remove it. Signed-off-by: Tamir Duberstein <tamird@gmail.com> Reviewed-by: Dirk Behme <dirk.behme@gmail.com> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org> Link: https://lore.kernel.org/r/20241009162358.27735-1-tamird@gmail.com [ Reworded title. - Miguel ] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 06b919e commit 54c5dc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/exports.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* A hack to export Rust symbols for loadable modules without having to redo
44
* the entire `include/linux/export.h` logic in Rust.
55
*
6-
* This requires the Rust's new/future `v0` mangling scheme because the default
7-
* one ("legacy") uses invalid characters for C identifiers (thus we cannot use
8-
* the `EXPORT_SYMBOL_*` macros).
6+
* This requires Rust's new/future `v0` mangling scheme because the default one
7+
* ("legacy") uses invalid characters for C identifiers (thus we cannot use the
8+
* `EXPORT_SYMBOL_*` macros).
99
*
1010
* All symbols are exported as GPL-only to guarantee no GPL-only feature is
1111
* accidentally exposed.

0 commit comments

Comments
 (0)