diff --git a/rust_out_of_tree.rs b/rust_out_of_tree.rs index ce8c706..58cc9ba 100644 --- a/rust_out_of_tree.rs +++ b/rust_out_of_tree.rs @@ -6,10 +6,10 @@ use kernel::prelude::*; module! { type: RustOutOfTree, - name: "rust_out_of_tree", - author: "Rust for Linux Contributors", - description: "Rust out-of-tree sample", - license: "GPL", + name: b"rust_out_of_tree", + author: b"Rust for Linux Contributors", + description: b"Rust out-of-tree sample", + license: b"GPL", } struct RustOutOfTree {