rust: pci: fix incorrect platform reference in PCI driver unbind doc comment
authorRahul Rameshbabu <sergeantsagara@protonmail.com>
Sun, 14 Sep 2025 03:19:19 +0000 (03:19 +0000)
committerDanilo Krummrich <dakr@kernel.org>
Wed, 17 Sep 2025 10:51:07 +0000 (12:51 +0200)
commita404d099554d17206d1f283c9a91f0616324f691
tree64a3b40e80190ab7453ea550c2bd3fb65bac115b
parentc319c4ec062477edd0d14b79e2f3a9bd26a9a82e
rust: pci: fix incorrect platform reference in PCI driver unbind doc comment

Substitute 'platform' with 'pci'.

Fixes: 18ebb25dfa18 ("rust: pci: implement Driver::unbind()")
Cc: stable@kernel.org
Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/pci.rs