Skip to content

Commit 2eb0506

Browse files
committed
rfl: fix nits
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 67caf74 commit 2eb0506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/2025h1/rfl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This goal continues our push to support the Linux kernel building on stable Rust
2121

2222
### The status quo
2323

24-
The [Rust For Linux (RFL)][RFL] project has been accepted into the Linux kernel in experimental status. The project's goal, as described in the [Kernel RFC introducing it][RFL-RFC], is to add support for authoring kernel components (modules, subsystems) using Rust. Rust would join C as the only two languages permitted in the linux kernel. This is a very exciting milestone for Rust, but it's also a big challenge.
24+
The [Rust for Linux (RFL)][RFL] project has been accepted into the Linux kernel in experimental status. The project's goal, as described in the [Kernel RFC introducing it][RFL-RFC], is to add support for authoring kernel components (modules, subsystems) using Rust. Rust would join C as the only two languages permitted in the Linux kernel. This is a very exciting milestone for Rust, but it's also a big challenge.
2525

2626
[RFL-RFC]: https://lore.kernel.org/lkml/20210414184604.23473-1-ojeda@kernel.org/
2727

@@ -55,7 +55,7 @@ We began the push towards stable support for RFL in 2024H2 with [a project goal
5555
* Stabilized basic usage of `asm_goto`. Based on a survey of the kernel's usage, we [modified the existing design](https://github.com/rust-lang/rust/issues/132078) and also proposed [two](https://github.com/rust-lang/rust/issues/128464) [extensions](https://github.com/rust-lang/rust/pull/131523).
5656
* Stabilized `offset_of` syntax applied to structs.
5757
* Added Rust-for-Linux to the Rust CI to avoid accidental breakage.
58-
* Stabilized support for pointers to static in constants.
58+
* Stabilized support for pointers to static in constants.
5959

6060
The one feature which was not stabilized yet is [arbitrary self types v2](https://github.com/rust-lang/rust/issues/44874), which reached "feature complete" status in its implementation. Stabilization is expected in early 2025.
6161

0 commit comments

Comments
 (0)