]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust: pci: fix incorrect platform reference in PCI driver probe doc comment
authorRahul Rameshbabu <sergeantsagara@protonmail.com>
Sun, 14 Sep 2025 03:18:34 +0000 (03:18 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Oct 2025 11:01:01 +0000 (13:01 +0200)
commitfbde4bffb089caadd37587017fb198b54bee1851
tree34b87aa775f599e9a70d3fd43117c4741374ed7a
parent76d0bcc50074355fc3c24b83804c6f399bd8c660
rust: pci: fix incorrect platform reference in PCI driver probe doc comment

commit 855318e7c0c4a3e3014c0469dd5bc93a1c0df30c upstream.

Substitute 'platform' with 'pci'.

Fixes: 1bd8b6b2c5d3 ("rust: pci: add basic PCI device / driver abstractions")
Cc: stable@kernel.org
Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/pci.rs