]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust: block: fix `srctree/` links
authorMiguel Ojeda <ojeda@kernel.org>
Wed, 30 Jul 2025 13:07:14 +0000 (15:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Oct 2025 11:01:01 +0000 (13:01 +0200)
commit76d0bcc50074355fc3c24b83804c6f399bd8c660
tree1224664b5183aa7d4482d575a9b8a109332e84fe
parent427a5dfad777a2b65d22e0dbbcec1efd3b2656be
rust: block: fix `srctree/` links

commit 208d7f788e84e80992d7b1c82ff17b620eb1371e upstream.

This `srctree/` link pointed to a file with an underscore, but the header
used a dash instead.

Thus fix it.

This cleans a future warning that will check our `srctree/` links.

Cc: stable@vger.kernel.org
Fixes: 3253aba3408a ("rust: block: introduce `kernel::block::mq` module")
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/block/mq/gen_disk.rs