diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-03-10 15:55:07 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-03-20 17:12:48 -0700 |
commit | a37a5a9d715f0dc30761bf469f85bc5e02240cf5 (patch) | |
tree | 0b15982a42a14059a49b865a44572b45bb112b1b /drivers/clk | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
download | lwn-a37a5a9d715f0dc30761bf469f85bc5e02240cf5.tar.gz lwn-a37a5a9d715f0dc30761bf469f85bc5e02240cf5.zip |
clk: Fix trivia typo in comment exlusive => exclusive
Fix trivia typo in comment exlusive => exclusive.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lkml.kernel.org/r/20200310135507.87959-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index f0f2b599fd7e..1aa21178068f 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -774,7 +774,7 @@ static void clk_core_rate_restore_protect(struct clk_core *core, int count) * clk_rate_exclusive_get - get exclusivity over the clk rate control * @clk: the clk over which the exclusity of rate control is requested * - * clk_rate_exlusive_get() begins a critical section during which a clock + * clk_rate_exclusive_get() begins a critical section during which a clock * consumer cannot tolerate any other consumer making any operation on the * clock which could result in a rate change or rate glitch. Exclusive clocks * cannot have their rate changed, either directly or indirectly due to changes |