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/ti/mux.c | |
| parent | 65df390bc2a7351c4bca123c62e853b35a215297 (diff) | |
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/ti/mux.c')
| -rw-r--r-- | drivers/clk/ti/mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/mux.c b/drivers/clk/ti/mux.c index f684fc306ecc..d6d247ff2be5 100644 --- a/drivers/clk/ti/mux.c +++ b/drivers/clk/ti/mux.c @@ -84,7 +84,7 @@ static int ti_clk_mux_set_parent(struct clk_hw *hw, u8 index) } /** - * clk_mux_save_context - Save the parent selcted in the mux + * clk_mux_save_context - Save the parent selected in the mux * @hw: pointer struct clk_hw * * Save the parent mux value. |