Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: bjorn3 <4397-bjorn3@users.noreply.gitlab.redox-os.org>
This commit is contained in:
Jeremy Soller
2025-09-19 06:42:26 -06:00
parent 8255e74ffd
commit eb69d37323
+1 -1
View File
@@ -22,7 +22,7 @@ pub static DTB_BINARY: Once<&'static [u8]> = Once::new();
///
/// Caller must ensure the base address and size reference valid memory.
///
/// The referenced memory must contain a valid DTB for the underliying system.
/// The referenced memory must contain a valid DTB for the underlying system.
///
/// The referenced memory must **not** be mutated for the duration of kernel run-time.
pub unsafe fn init(dtb: Option<(usize, usize)>) {