mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
clk: samsung: Spelling s/bwtween/between/
Fix a typo in comment section of "struct samsung_clk_provider". Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
This commit is contained in:
committed by
Sylwester Nawrocki
parent
932e98224d
commit
2e41b9fc11
@@ -25,7 +25,7 @@
|
||||
* struct samsung_clk_provider: information about clock provider
|
||||
* @reg_base: virtual address for the register base.
|
||||
* @clk_data: holds clock related data like clk* and number of clocks.
|
||||
* @lock: maintains exclusion bwtween callbacks for a given clock-provider.
|
||||
* @lock: maintains exclusion between callbacks for a given clock-provider.
|
||||
*/
|
||||
struct samsung_clk_provider {
|
||||
void __iomem *reg_base;
|
||||
|
||||
Reference in New Issue
Block a user