summaryrefslogtreecommitdiffstats
path: root/drivers/char/rust_example/Cargo.toml
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@users.noreply.github.com>2020-09-20 01:53:25 +0200
committerGitHub <noreply@github.com>2020-09-20 01:53:25 +0200
commit58ffd762f26eb282e84aaa49a647d379c029b9f6 (patch)
treec447bc24bc994c2f6a6ae81611bd93183f08a3f9 /drivers/char/rust_example/Cargo.toml
parent33c80fea1445f217bc048aada96e77bab857cd1c (diff)
parent60567cfb44249250ce3f86b8131a07b37c7ef55b (diff)
Merge pull request #7 from Rust-for-Linux/rust-params
Parameter support
Diffstat (limited to 'drivers/char/rust_example/Cargo.toml')
-rw-r--r--drivers/char/rust_example/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/rust_example/Cargo.toml b/drivers/char/rust_example/Cargo.toml
index 500476526018..27232fd06347 100644
--- a/drivers/char/rust_example/Cargo.toml
+++ b/drivers/char/rust_example/Cargo.toml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
# No need for details like `authors` here -- that goes in the modinfo
-# via the `kernel_module!` macro
+# via the `module!` macro
[package]
name = "rust_example"
version = "0.1.0"