rust: firmware: fix invalid rustdoc link
authorAndrew Ballance <andrewjballance@gmail.com>
Tue, 9 Jul 2024 00:44:26 +0000 (19:44 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2024 11:24:29 +0000 (13:24 +0200)
commitcd04d50979502a1a965869dcd246d44db1bf0153
tree31d752cf7abbacfa4f41d977b17270e696150040
parent8400291e289ee6b2bf9779ff1c83a291501f017b
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>
rust/kernel/firmware.rs