Skip to content

Commit ae1e06f

Browse files
jonhunterkrzk
authored andcommitted
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>
1 parent 6a598c6 commit ae1e06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)