Skip to content

Commit a37a5a9

Browse files
andy-shevbebarino
authored andcommitted
clk: Fix trivia typo in comment exlusive => exclusive
Fix trivia typo in comment exlusive => exclusive. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent bb6d3fb commit a37a5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/clk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ static void clk_core_rate_restore_protect(struct clk_core *core, int count)
774774
* clk_rate_exclusive_get - get exclusivity over the clk rate control
775775
* @clk: the clk over which the exclusity of rate control is requested
776776
*
777-
* clk_rate_exlusive_get() begins a critical section during which a clock
777+
* clk_rate_exclusive_get() begins a critical section during which a clock
778778
* consumer cannot tolerate any other consumer making any operation on the
779779
* clock which could result in a rate change or rate glitch. Exclusive clocks
780780
* cannot have their rate changed, either directly or indirectly due to changes

0 commit comments

Comments
 (0)