mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 07:47:50 +00:00
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>
This commit is contained in:
committed by
Danilo Krummrich
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user