> On 18 Jul 2025, at 04:26, Alexandre Courbot <[email protected]> wrote: > > A space was missing between arguments in this invocation. > > Signed-off-by: Alexandre Courbot <[email protected]> > --- > drivers/gpu/nova-core/regs/macros.rs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/nova-core/regs/macros.rs > b/drivers/gpu/nova-core/regs/macros.rs > index > 864d1e83bed2979f5661e038f4c9fd87d33f69a7..93e9055d5ebd5f78ea534aafd44d884da0fce345 > 100644 > --- a/drivers/gpu/nova-core/regs/macros.rs > +++ b/drivers/gpu/nova-core/regs/macros.rs > @@ -116,7 +116,7 @@ macro_rules! register { > ) => { > register!(@common $name @ $offset $(, $comment)?); > register!(@field_accessors $name { $($fields)* }); > - register!(@io$name @ + $offset); > + register!(@io $name @ + $offset); > }; > > // Creates a alias register of relative offset register `alias` with its > own fields. > > -- > 2.50.1 > > Reviewed-by: Daniel Almeida <[email protected]>
- [PATCH v2 16/19] gpu: nova-core: falcon: add distinct ba... Alexandre Courbot
- Re: [PATCH v2 16/19] gpu: nova-core: falcon: add di... John Hubbard
- Re: [PATCH v2 16/19] gpu: nova-core: falcon: ad... Alexandre Courbot
- [PATCH v2 17/19] gpu: nova-core: register: add support f... Alexandre Courbot
- Re: [PATCH v2 17/19] gpu: nova-core: register: add ... Daniel Almeida
- Re: [PATCH v2 17/19] gpu: nova-core: register: ... Daniel Almeida
- Re: [PATCH v2 17/19] gpu: nova-core: register: ... Alexandre Courbot
- [PATCH v2 19/19] gpu: nova-core: register: add support f... Alexandre Courbot
- [PATCH v2 18/19] gpu: nova-core: falcon: use register ar... Alexandre Courbot
- [PATCH v2 02/19] gpu: nova-core: register: fix typo Alexandre Courbot
- Re: [PATCH v2 02/19] gpu: nova-core: register: fix ... Daniel Almeida
- Re: [PATCH v2 02/19] gpu: nova-core: register: fix ... Boqun Feng
- Re: [PATCH v2 02/19] gpu: nova-core: register: ... Alexandre Courbot
- Re: [PATCH v2 00/19] gpu: nova-core: register!() macro i... Lyude Paul
- Re: [PATCH v2 00/19] gpu: nova-core: register!() ma... Alexandre Courbot
