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 <andrewjballance@gmail.com> Reviewed-by: Danilo Krummrich <dakr@redhat.com> Acked-by: Miguel Ojeda <ojeda@kernel.org> Fixes: de65828 ("rust: add firmware abstractions") Link: https://lore.kernel.org/r/20240709004426.44854-1-andrewjballance@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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)