Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jon Hunter and committed by
Krzysztof Kozlowski
ae1e06fb 6a598c6c

+1 -1
+1 -1
drivers/memory/tegra/tegra234.c
··· 551 551 .bpmp_id = TEGRA_ICC_BPMP_NVJPG_0, 552 552 .type = TEGRA_ICC_NISO, 553 553 .sid = TEGRA234_SID_NVJPG, 554 - .regs = { 554 + .regs = { 555 555 .sid = { 556 556 .override = 0x3f8, 557 557 .security = 0x3fc,