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: de6582833db0 ("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>

authored by Andrew Ballance and committed by Greg Kroah-Hartman cd04d509 8400291e

+1 -1
+1 -1
rust/kernel/firmware.rs
··· 2 2 3 3 //! Firmware abstraction 4 4 //! 5 - //! C header: [`include/linux/firmware.h`](srctree/include/linux/firmware.h") 5 + //! C header: [`include/linux/firmware.h`](srctree/include/linux/firmware.h) 6 6 7 7 use crate::{bindings, device::Device, error::Error, error::Result, str::CStr}; 8 8 use core::ptr::NonNull;