projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf1b0b
)
fix typos concerning "precedence"
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Thu, 17 Jun 2010 07:42:20 +0000
(09:42 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 17 Jun 2010 09:31:19 +0000
(11:31 +0200)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/sh/kernel/clkdev.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/clkdev.c
b/arch/sh/kernel/clkdev.c
index defdd6e309084e406ad70d655004d6742b7e9b1b..befc255830a4c1b30874ed44034d81680e13fbfd 100644
(file)
--- a/
arch/sh/kernel/clkdev.c
+++ b/
arch/sh/kernel/clkdev.c
@@
-36,7
+36,7
@@
static DEFINE_MUTEX(clocks_mutex);
* If an entry has a device ID, it must match
* If an entry has a connection ID, it must match
* Then we take the most specific entry - with the following
- * order of prec
i
dence: dev+con > dev only > con only.
+ * order of prec
e
dence: dev+con > dev only > con only.
*/
static struct clk *clk_find(const char *dev_id, const char *con_id)
{