Skip to content

Commit

Permalink
tegra: Fix a common typo in source code comments
Browse files Browse the repository at this point in the history
- s/ajusted/adjusted/

(cherry picked from commit b6724f7)
  • Loading branch information
gbergling committed Feb 9, 2022
1 parent 6a36076 commit c9dffe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys/arm/nvidia/tegra124/tegra124_car.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ PLIST(mux_plld_out0_plld2_out0) = {"pllD_out0", "pllD2_out0"};
PLIST(mux_xusb_hs) = {"xusb_ss_div2", "pllU_60"};
PLIST(mux_xusb_ss) = {"pc_xusb_ss", "osc_div_clk"};

/* Clocks ajusted online. */
/* Clocks adjusted online. */
static struct clk_fixed_def fixed_clk_m =
FRATE(TEGRA124_CLK_CLK_M, "clk_m", 12000000);
static struct clk_fixed_def fixed_osc_div_clk =
Expand Down
2 changes: 1 addition & 1 deletion sys/arm64/nvidia/tegra210/tegra210_car.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ PLIST(mux_xusb_hs) = {"xusb_ss_div2", "pllU_60", "pc_xusb_ss" };
PLIST(mux_xusb_ssp) = {"xusb_ss", "osc_div_clk"};


/* Clocks ajusted online. */
/* Clocks adjusted online. */
static struct clk_fixed_def fixed_osc =
FRATE(TEGRA210_CLK_CLK_M, "osc", 38400000);
static struct clk_fixed_def fixed_clk_m =
Expand Down

0 comments on commit c9dffe5

Please sign in to comment.