We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6d3fb commit a37a5a9Copy full SHA for a37a5a9
drivers/clk/clk.c
@@ -774,7 +774,7 @@ static void clk_core_rate_restore_protect(struct clk_core *core, int count)
774
* clk_rate_exclusive_get - get exclusivity over the clk rate control
775
* @clk: the clk over which the exclusity of rate control is requested
776
*
777
- * clk_rate_exlusive_get() begins a critical section during which a clock
+ * clk_rate_exclusive_get() begins a critical section during which a clock
778
* consumer cannot tolerate any other consumer making any operation on the
779
* clock which could result in a rate change or rate glitch. Exclusive clocks
780
* cannot have their rate changed, either directly or indirectly due to changes
0 commit comments