samples: rust: fix module name for Rust PCI driver sample

Replace driver_pci -> rust_driver_pci in config SAMPLE_RUST_DRIVER_PCI.

Signed-off-by: Peter Colberg <pcolberg@redhat.com>
Fixes: 685376d18e ("samples: rust: add Rust PCI sample driver")
Link: https://patch.msgid.link/20251120-rust-driver-pci-fix-module-name-v1-1-430cee310dc0@redhat.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
pull/1354/merge
Peter Colberg 2025-11-20 11:06:09 -05:00 committed by Danilo Krummrich
parent 0a75f3d90e
commit 4635406417
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ config SAMPLE_RUST_DRIVER_PCI
This option builds the Rust PCI driver sample. This option builds the Rust PCI driver sample.
To compile this as a module, choose M here: To compile this as a module, choose M here:
the module will be called driver_pci. the module will be called rust_driver_pci.
If unsure, say N. If unsure, say N.