rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rust: firmware: fix invalid rustdoc link
@ 2024-07-08  9:06 Andrew Ballance
  2024-07-08  9:16 ` Miguel Ojeda
  2024-07-08 11:24 ` [PATCH] " Danilo Krummrich
  0 siblings, 2 replies; 8+ messages in thread
From: Andrew Ballance @ 2024-07-08  9:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-kernel-mentees, skhan, mcgrof, russ.weight, dakr, ojeda,
	alex.gaynor, wedsonaf, boqun.feng, gary, bjorn3_gh, benno.lossin,
	a.hindborg, aliceryhl, rust-for-linux, Andrew Ballance

rustdoc generates a link to a nonexistent file because of a extra quote

Signed-off-by: Andrew Ballance <andrewjballance@gmail.com>
---
 rust/kernel/firmware.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/kernel/firmware.rs b/rust/kernel/firmware.rs
index 386c8fb44785..763d7cbefab5 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;
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-07-14  6:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08  9:06 [PATCH] rust: firmware: fix invalid rustdoc link Andrew Ballance
2024-07-08  9:16 ` Miguel Ojeda
2024-07-08 11:25   ` Danilo Krummrich
2024-07-08 11:56     ` Miguel Ojeda
2024-07-09  0:44       ` [PATCH v2] " Andrew Ballance
2024-07-13 14:49         ` Danilo Krummrich
2024-07-14  6:16           ` Greg KH
2024-07-08 11:24 ` [PATCH] " Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).