Update for Linux 6.2

Signed-off-by: Raphael Nestler <raphael.nestler@gmail.com>
This commit is contained in:
Raphael Nestler 2023-01-24 15:15:26 +01:00
parent a5de4e66ae
commit e36fc14c01
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@ use kernel::prelude::*;
module! {
type: RustOutOfTree,
name: b"rust_out_of_tree",
author: b"Rust for Linux Contributors",
description: b"Rust out-of-tree sample",
license: b"GPL",
name: "rust_out_of_tree",
author: "Rust for Linux Contributors",
description: "Rust out-of-tree sample",
license: "GPL",
}
struct RustOutOfTree {