Skip to content

Commit e36fc14

Browse files
committed
Update for Linux 6.2
Signed-off-by: Raphael Nestler <raphael.nestler@gmail.com>
1 parent a5de4e6 commit e36fc14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust_out_of_tree.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ use kernel::prelude::*;
66

77
module! {
88
type: RustOutOfTree,
9-
name: b"rust_out_of_tree",
10-
author: b"Rust for Linux Contributors",
11-
description: b"Rust out-of-tree sample",
12-
license: b"GPL",
9+
name: "rust_out_of_tree",
10+
author: "Rust for Linux Contributors",
11+
description: "Rust out-of-tree sample",
12+
license: "GPL",
1313
}
1414

1515
struct RustOutOfTree {

0 commit comments

Comments
 (0)