diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-11-05 18:02:34 +0900 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-20 11:03:18 -0800 |
commit | 1971dfb7e8f1cb9d26e8c37fee9e85a7fba6cde4 (patch) | |
tree | 42f931c122abba2a2cd448ee1309887533f825c7 | |
parent | 2dd52d7f6f9d9d03a82a68040ac3d221dd79af94 (diff) |
clk: fix a typo in comment block of struct clk_rate_request
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r-- | include/linux/clk-provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index c56988ac63f7..7e931e75b800 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -44,7 +44,7 @@ struct dentry; * @rate: Requested clock rate. This field will be adjusted by * clock drivers according to hardware capabilities. * @min_rate: Minimum rate imposed by clk users. - * @max_rate: Maximum rate a imposed by clk users. + * @max_rate: Maximum rate imposed by clk users. * @best_parent_rate: The best parent rate a parent can provide to fulfill the * requested constraints. * @best_parent_hw: The most appropriate parent clock that fulfills the |