]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
samples: rust: fix module name for Rust PCI driver sample
authorPeter Colberg <pcolberg@redhat.com>
Thu, 20 Nov 2025 16:06:09 +0000 (11:06 -0500)
committerDanilo Krummrich <dakr@kernel.org>
Fri, 21 Nov 2025 19:28:58 +0000 (08:28 +1300)
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>
samples/rust/Kconfig

index b66bed5d3f36d20302bf586dfdb002d39ed9796e..cde1dc9451d3aa191c82f2f2bb3e936f136d80c4 100644 (file)
@@ -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.