]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: add missing newlines to several print strings
authorTimur Tabi <ttabi@nvidia.com>
Wed, 7 Jan 2026 20:16:47 +0000 (14:16 -0600)
committerDanilo Krummrich <dakr@kernel.org>
Mon, 12 Jan 2026 13:44:06 +0000 (14:44 +0100)
commit654826aa4a8f25cf825ad9254f37e6cb5092098f
tree8f91bea4c1e5c52e872a706b4083e0d02d48bc04
parent5cf76277cdec872aef9ff2e9008ae129bb303787
gpu: nova-core: add missing newlines to several print strings

Although the dev_xx!() macro calls do not technically require terminating
newlines for the format strings, they should be added anyway to maintain
consistency, both within Rust code and with the C versions.

Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Link: https://patch.msgid.link/20260107201647.2490140-2-ttabi@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/nova-core/falcon.rs
drivers/gpu/nova-core/falcon/hal/ga102.rs
drivers/gpu/nova-core/fb.rs
drivers/gpu/nova-core/gpu.rs
drivers/gpu/nova-core/gsp/boot.rs
drivers/gpu/nova-core/gsp/cmdq.rs
drivers/gpu/nova-core/gsp/sequencer.rs
drivers/gpu/nova-core/vbios.rs