diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-11-10 10:41:58 +0100 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-11-10 10:41:58 +0100 |
| commit | aa70b9cf6856a7f9f7780ab39d2eb07fce7477c0 (patch) | |
| tree | ac8982472228b793f08c10db5bf7457cf72b485b /rust/kernel/alloc | |
| parent | a6446829f841bf108fca8ca1e8f4f67b3a59d86c (diff) | |
| parent | 3c60b0b1e55adbcf15528d78e0afca1933fa8c84 (diff) | |
| download | linux-aa70b9cf6856a7f9f7780ab39d2eb07fce7477c0.tar.gz linux-aa70b9cf6856a7f9f7780ab39d2eb07fce7477c0.zip | |
Merge branch 'kbuild-6.19.fms.extension'
Bring in the shared branch with the Kbuild tree for enabling
'-fms-extensions' for 6.19.
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'rust/kernel/alloc')
| -rw-r--r-- | rust/kernel/alloc/kvec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/alloc/kvec.rs b/rust/kernel/alloc/kvec.rs index e94aebd084c8..ac8d6f763ae8 100644 --- a/rust/kernel/alloc/kvec.rs +++ b/rust/kernel/alloc/kvec.rs @@ -9,7 +9,7 @@ use super::{ }; use crate::{ fmt, - page::AsPageIter, + page::AsPageIter, // }; use core::{ borrow::{Borrow, BorrowMut}, |
