summaryrefslogtreecommitdiff
path: root/samples/rust/rust_configfs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/rust/rust_configfs.rs')
-rw-r--r--samples/rust/rust_configfs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/rust/rust_configfs.rs b/samples/rust/rust_configfs.rs
index 60ddbe62cda3..af04bfa35cb2 100644
--- a/samples/rust/rust_configfs.rs
+++ b/samples/rust/rust_configfs.rs
@@ -14,7 +14,7 @@ use kernel::sync::Mutex;
module! {
type: RustConfigfs,
name: "rust_configfs",
- author: "Rust for Linux Contributors",
+ authors: ["Rust for Linux Contributors"],
description: "Rust configfs sample",
license: "GPL",
}