]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: fix datatype in docs for `module` macro arguments
authorAswin Unnikrishnan <aswinunni01@gmail.com>
Sun, 12 May 2024 11:23:21 +0000 (11:23 +0000)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 8 Jul 2024 20:20:08 +0000 (22:20 +0200)
commit63249a070eb5187d5caec995d171b53e374a0741
treeff92f8da75302ce96ceb3f17373dfb85a5355d48
parent67f9c312b0a7f4bc869376d2a68308e673235954
rust: fix datatype in docs for `module` macro arguments

Remove the mention of byte array as datatype for `module` macro arguments
since the arguments are defined as string, and `alias` is a string array.

Signed-off-by: Aswin Unnikrishnan <aswinunni01@gmail.com>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Link: https://lore.kernel.org/r/20240512112324.8514-2-aswinunni01@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/macros/lib.rs