mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
gpu: nova-core: register: add missing space in register!()
A space was missing between arguments in this invocation. [acourbot@nvidia.com: use more descriptive commit title] Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com> Reviewed-by: Boqun Feng <boqun.feng@gmail.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Link: https://lore.kernel.org/r/20250718-nova-regs-v2-2-7b6a762aa1cd@nvidia.com Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
This commit is contained in:
parent
5e04ff729f
commit
be3536a4bd
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user