Commit 46354064 authored by Peter Colberg's avatar Peter Colberg Committed by Danilo Krummrich
Browse files

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: default avatarPeter Colberg <pcolberg@redhat.com>
Fixes: 685376d1 ("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: default avatarDanilo Krummrich <dakr@kernel.org>
parent 0a75f3d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.