Skip to content

Commit b6faae1

Browse files
committed
memory: tegra: Fix indentation
JIRA: https://issues.redhat.com/browse/RHEL-26426 commit ae1e06f Author: Jon Hunter <jonathanh@nvidia.com> Date: Tue Feb 20 12:44:30 2024 +0000 memory: tegra: Fix indentation Fix the indentation of the '.regs' member for the Tegra234 NVJPG memory client. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Link: https://lore.kernel.org/r/20240220124430.19072-3-jonathanh@nvidia.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
1 parent ff2c0b0 commit b6faae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/memory/tegra/tegra234.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
551551
.bpmp_id = TEGRA_ICC_BPMP_NVJPG_0,
552552
.type = TEGRA_ICC_NISO,
553553
.sid = TEGRA234_SID_NVJPG,
554-
.regs = {
554+
.regs = {
555555
.sid = {
556556
.override = 0x3f8,
557557
.security = 0x3fc,

0 commit comments

Comments
 (0)