diff options
author | 2024-08-12 18:44:54 +0200 | |
---|---|---|
committer | 2024-08-12 18:44:54 +0200 | |
commit | 9ca12e50a48c100e3bda3e5152d2181f4a6649e2 (patch) | |
tree | ab7fefdcb6fed2fe25a7a256e1fcaea5c5f2dd11 /rust/kernel | |
parent | cxl: Use of_property_ accessor functions (diff) | |
parent | Linux 6.11-rc3 (diff) | |
download | wireguard-linux-9ca12e50a48c100e3bda3e5152d2181f4a6649e2.tar.xz wireguard-linux-9ca12e50a48c100e3bda3e5152d2181f4a6649e2.zip |
Merge 6.11-rc3 into char-misc-next
We need the char/misc fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/kernel')
-rw-r--r-- | rust/kernel/firmware.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/firmware.rs b/rust/kernel/firmware.rs index 2ba03af9f036..dee5b4b18aec 100644 --- a/rust/kernel/firmware.rs +++ b/rust/kernel/firmware.rs @@ -2,7 +2,7 @@ //! Firmware abstraction //! -//! C header: [`include/linux/firmware.h`](srctree/include/linux/firmware.h") +//! C header: [`include/linux/firmware.h`](srctree/include/linux/firmware.h) use crate::{bindings, device::Device, error::Error, error::Result, str::CStr}; use core::ptr::NonNull; |