summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>2020-09-18 20:17:22 +0200
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>2020-09-18 20:17:22 +0200
commitc3f1cedbf23a467c34cd699eeb3a7734f5a89af9 (patch)
tree9fffc578916365fab74566f4622a49431460be25
parent089abbc88ba94590ce1d1d95b4e8580c485db18c (diff)
Fix missed rename
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
-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"