Re: [PATCH 2/3] rust: macros: change author field to array
From: Gary Guo
Date: Thu Feb 13 2025 - 06:34:52 EST
On Wed, 12 Feb 2025 16:48:56 -0300
Guilherme Giacomo Simoes <trintaeoitogc@xxxxxxxxx> wrote:
> The author field don't accept multiples authors. Since this is
> necessary, in commit 84703117fd98 ("rust: module: change author to be a
> array") was change the author field for accept a string array.
> In modules that use the author field, change its value to a string
> array.
Spelling out commit SHA doesn't work for patches because it will change
when applied.
Also, this patch needs to be the same commit as the one changing
macros, otherwise the tree won't compile when bisecting.
Best,
Gary
>
> Signed-off-by: Guilherme Giacomo Simoes <trintaeoitogc@xxxxxxxxx>
> ---
> drivers/block/rnull.rs | 2 +-
> rust/kernel/net/phy.rs | 4 ++--
> rust/kernel/pci.rs | 2 +-
> rust/macros/lib.rs | 4 ++--
> samples/rust/rust_driver_pci.rs | 2 +-
> samples/rust/rust_minimal.rs | 2 +-
> samples/rust/rust_misc_device.rs | 2 +-
> samples/rust/rust_print_main.rs | 2 +-
> 8 files changed, 10 insertions(+), 10 deletions(-)