From c3f1cedbf23a467c34cd699eeb3a7734f5a89af9 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Fri, 18 Sep 2020 20:17:22 +0200 Subject: Fix missed rename Signed-off-by: Miguel Ojeda --- drivers/char/rust_example/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3