rust: block: fix `srctree/` links
authorMiguel Ojeda <ojeda@kernel.org>
Wed, 30 Jul 2025 13:07:14 +0000 (15:07 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 7 Sep 2025 22:11:19 +0000 (00:11 +0200)
commit208d7f788e84e80992d7b1c82ff17b620eb1371e
tree263b8ce72ab8876e54fa3275ebc663b3ce69153c
parent8a7c11af8e59e66d1e962fa863a77e59ef293ea7
rust: block: fix `srctree/` links

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>
rust/kernel/block/mq/gen_disk.rs