Merge pull request #5 from rnestler/fix-build-for-linux-6.2

Update for Linux 6.2
This commit is contained in:
Miguel Ojeda 2023-01-24 19:24:19 +01:00 committed by GitHub
commit f44f83f3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {