aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory
diff options
context:
space:
mode:
authorJon Hunter <jonathanh@nvidia.com>2024-02-20 12:44:30 +0000
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-02-22 09:48:53 +0100
commitae1e06fb62c3a0fbcc7c58f45cf1a19641272799 (patch)
treed0d07fd51a95d4d4bf05d641e3616ce07fd7ae8e /drivers/memory
parent6a598c6c08dc6f34235ee6ee246962ccb14a47c3 (diff)
downloadlinux-ae1e06fb62c3a0fbcc7c58f45cf1a19641272799.tar.gz
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>
Diffstat (limited to 'drivers/memory')
-rw-r--r--drivers/memory/tegra/tegra234.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memory/tegra/tegra234.c b/drivers/memory/tegra/tegra234.c
index d9cfd2eb0d7fc..5f57cea48b629 100644
--- a/drivers/memory/tegra/tegra234.c
+++ b/drivers/memory/tegra/tegra234.c
@@ -551,7 +551,7 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
.bpmp_id = TEGRA_ICC_BPMP_NVJPG_0,
.type = TEGRA_ICC_NISO,
.sid = TEGRA234_SID_NVJPG,
- .regs = {
+ .regs = {
.sid = {
.override = 0x3f8,
.security = 0x3fc,