Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1263029 > unrolled thread

[PATCH] clk: fix a typo in comment block of struct clk_rate_request

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2015-11-05 10:10 +0100
Last post2015-11-05 10:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] clk: fix a typo in comment block of struct clk_rate_request Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-11-05 10:10 +0100

#1263029 — [PATCH] clk: fix a typo in comment block of struct clk_rate_request

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2015-11-05 10:10 +0100
Subject[PATCH] clk: fix a typo in comment block of struct clk_rate_request
Message-ID<qroIp-4BB-3@gated-at.bofh.it>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/linux/clk-provider.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 0d233689..02442eb 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
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web