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
parent
0a75f3d90e
commit
4635406417
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue