summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorPeter Colberg <pcolberg@redhat.com>2025-11-20 11:06:09 -0500
committerDanilo Krummrich <dakr@kernel.org>2025-11-22 08:28:58 +1300
commit4635406417bb842862d6322c461743c9b128c444 (patch)
treea98240f0243ac14e19a22f24f72b31afc2b80192 /samples
parent0a75f3d90e7ab9cd182327fca4b4e3bce379afe5 (diff)
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: 685376d18e9a ("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>
Diffstat (limited to 'samples')
-rw-r--r--samples/rust/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/rust/Kconfig b/samples/rust/Kconfig
index b66bed5d3f36..cde1dc9451d3 100644
--- a/samples/rust/Kconfig
+++ b/samples/rust/Kconfig
@@ -114,7 +114,7 @@ config SAMPLE_RUST_DRIVER_PCI
This option builds the Rust PCI driver sample.
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.