Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316114
b: refs/heads/master
c: a58b3a4
h: refs/heads/master
v: v3
  • Loading branch information
Jan-Simon Möller authored and Jiri Kosina committed Jul 24, 2012
1 parent 4668998 commit 23a8515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 367fa9821af9897ec0592fd15b23e38227f4bcc5
refs/heads/master: a58b3a4aba2fd5c445d9deccc73192bff48b591d
4 changes: 2 additions & 2 deletions trunk/include/linux/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 23a8515

Please sign in to comment.