]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust: io: fix broken intra-doc links to `platform::Device`
authorMiguel Ojeda <ojeda@kernel.org>
Tue, 22 Jul 2025 08:55:00 +0000 (10:55 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Tue, 22 Jul 2025 09:08:59 +0000 (11:08 +0200)
commit51a486feac0ca002bee6429f03da0a6c206d0dc5
tree558b2ed01c10513f876754eb24a8d6d9cd012bd6
parent83fb6160727874a588d70b727bc34f367362e6ed
rust: io: fix broken intra-doc links to `platform::Device`

`platform` is not accessible from here.

Thus fix the intra-doc links by qualifying the paths a bit more.

Fixes: 1d0d4b28513b ("rust: io: mem: add a generic iomem abstraction")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://lore.kernel.org/r/20250722085500.1360401-2-ojeda@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/io/mem.rs