From: Masahiro Yamada Date: Thu, 5 Nov 2015 09:02:34 +0000 (+0900) Subject: clk: fix a typo in comment block of struct clk_rate_request X-Git-Tag: v4.14-rc1~4001^2~14^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1971dfb7e8f1cb9d26e8c37fee9e85a7fba6cde4;p=platform%2Fkernel%2Flinux-rpi.git clk: fix a typo in comment block of struct clk_rate_request Signed-off-by: Masahiro Yamada Signed-off-by: Stephen Boyd --- diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index c56988a..7e931e7 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