From 23a85150e54703996a997698d03db1d81a61b735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Simon=20M=C3=B6ller?= Date: Mon, 23 Jul 2012 20:48:56 +0200 Subject: [PATCH] --- yaml --- r: 316114 b: refs/heads/master c: a58b3a4aba2fd5c445d9deccc73192bff48b591d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/clk.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d1fcf682d548..f18d781ed6fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 367fa9821af9897ec0592fd15b23e38227f4bcc5 +refs/heads/master: a58b3a4aba2fd5c445d9deccc73192bff48b591d diff --git a/trunk/include/linux/clk.h b/trunk/include/linux/clk.h index ad5c43e8ae8a..f6fb40c8bf97 100644 --- a/trunk/include/linux/clk.h +++ b/trunk/include/linux/clk.h @@ -86,7 +86,7 @@ int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb); /** * clk_get - lookup and obtain a reference to a clock producer. * @dev: device for clock "consumer" - * @id: clock comsumer ID + * @id: clock consumer ID * * Returns a struct clk corresponding to the clock producer, or * valid IS_ERR() condition containing errno. The implementation @@ -103,7 +103,7 @@ struct clk *clk_get(struct device *dev, const char *id); /** * devm_clk_get - lookup and obtain a managed reference to a clock producer. * @dev: device for clock "consumer" - * @id: clock comsumer ID + * @id: clock consumer ID * * Returns a struct clk corresponding to the clock producer, or * valid IS_ERR() condition containing errno. The implementation