Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Peter Colberg and committed by
Danilo Krummrich
46354064 0a75f3d9

+1 -1
+1 -1
samples/rust/Kconfig
··· 114 114 This option builds the Rust PCI driver sample. 115 115 116 116 To compile this as a module, choose M here: 117 - the module will be called driver_pci. 117 + the module will be called rust_driver_pci. 118 118 119 119 If unsure, say N. 120 120