[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240708090615.2267476-1-andrewjballance@gmail.com>
Date: Mon, 8 Jul 2024 04:06:15 -0500
From: Andrew Ballance <andrewjballance@...il.com>
To: linux-kernel@...r.kernel.org
Cc: linux-kernel-mentees@...ts.linuxfoundation.org,
skhan@...uxfoundation.org,
mcgrof@...nel.org,
russ.weight@...ux.dev,
dakr@...hat.com,
ojeda@...nel.org,
alex.gaynor@...il.com,
wedsonaf@...il.com,
boqun.feng@...il.com,
gary@...yguo.net,
bjorn3_gh@...tonmail.com,
benno.lossin@...ton.me,
a.hindborg@...sung.com,
aliceryhl@...gle.com,
rust-for-linux@...r.kernel.org,
Andrew Ballance <andrewjballance@...il.com>
Subject: [PATCH] rust: firmware: fix invalid rustdoc link
rustdoc generates a link to a nonexistent file because of a extra quote
Signed-off-by: Andrew Ballance <andrewjballance@...il.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
Powered by blists - more mailing lists