Skip to content

Commit cd04d50

Browse files
mrwigglewafflesgregkh
authored andcommitted
rust: firmware: fix invalid rustdoc link
remove an extra quote from the doc comment so that rustdoc no longer genertes a link to a nonexistent file. Signed-off-by: Andrew Ballance <[email protected]> Reviewed-by: Danilo Krummrich <[email protected]> Acked-by: Miguel Ojeda <[email protected]> Fixes: de65828 ("rust: add firmware abstractions") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8400291 commit cd04d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/firmware.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//! Firmware abstraction
44
//!
5-
//! C header: [`include/linux/firmware.h`](srctree/include/linux/firmware.h")
5+
//! C header: [`include/linux/firmware.h`](srctree/include/linux/firmware.h)
66
77
use crate::{bindings, device::Device, error::Error, error::Result, str::CStr};
88
use core::ptr::NonNull;

0 commit comments

Comments
 (0)