From 358c1104dc9fb0cc23cd8d11bb6b498146b55152 Mon Sep 17 00:00:00 2001 From: Suyono Date: Sun, 9 Apr 2023 23:37:43 +1000 Subject: [PATCH] compatibility: updated module declaration --- rust_out_of_tree.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {