diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2025-07-23 15:38:10 -0500 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2025-07-26 23:49:18 -0700 |
| commit | 264200cc3a87d5c53bfa817227624fa2bae6b2c3 (patch) | |
| tree | 5436ce1f8c92cda4f6dc7a92ce9163c8c167480a /drivers/clk/tegra | |
| parent | clk: tegra: periph: Make tegra_clk_periph_ops static (diff) | |
| download | linux-264200cc3a87d5c53bfa817227624fa2bae6b2c3.tar.gz linux-264200cc3a87d5c53bfa817227624fa2bae6b2c3.zip | |
clk: Fix typos
Fix typos, mostly in comments except CLKGATE_SEPERATED_* (definition and
uses updated).
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20250723203819.2910289-1-helgaas@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/tegra')
| -rw-r--r-- | drivers/clk/tegra/clk-tegra210.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/tegra/clk-tegra210.c b/drivers/clk/tegra/clk-tegra210.c index a3488aaac3f7..412902f573b5 100644 --- a/drivers/clk/tegra/clk-tegra210.c +++ b/drivers/clk/tegra/clk-tegra210.c @@ -255,7 +255,7 @@ /* VIC register to handle during MBIST WAR */ #define NV_PVIC_THI_SLCG_OVERRIDE_LOW 0x8c -/* APE, DISPA and VIC base addesses needed for MBIST WAR */ +/* APE, DISPA and VIC base addresses needed for MBIST WAR */ #define TEGRA210_AHUB_BASE 0x702d0000 #define TEGRA210_DISPA_BASE 0x54200000 #define TEGRA210_VIC_BASE 0x54340000 |
