Skip to content

Commit 27f2c6e

Browse files
committed
Contributing: fix typo in script name
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 1818228 commit 27f2c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For this reason, early on, there are a few extra notes to have in mind when cont
7272

7373
All patches containing Rust code should be sent to both the maintainers/reviewers/mailing lists of the relevant kernel subsystem they touch as well as the Rust one.
7474

75-
This applies even if the files that the patch modifies are all under `rust/` (e.g. currently all abstractions live under `rust/`, but the plan is to change this in the future as Rust grows in the kernel) and the files are referenced by the `MAINTAINERS` entry of the relevant subsystem. Scripts like `scripts/get_maintainers.pl` may not provide the complete list.
75+
This applies even if the files that the patch modifies are all under `rust/` (e.g. currently all abstractions live under `rust/`, but the plan is to change this in the future as Rust grows in the kernel) and the files are referenced by the `MAINTAINERS` entry of the relevant subsystem. Scripts like `scripts/get_maintainer.pl` may not provide the complete list.
7676

7777
The goal with this procedure is that everybody interested in Rust can follow what is going on with Rust in the entire kernel in the early stages, to avoid duplicate work, and to make it easier for everybody to coordinate.
7878

0 commit comments

Comments
 (0)