projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
542d886
)
trivial: fix typo "thier" -> "their"
author
Uwe Kleine-Koenig
<Uwe.Kleine-Koenig@digi.com>
Mon, 12 Jan 2009 22:35:46 +0000
(23:35 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 30 Mar 2009 13:21:57 +0000
(15:21 +0200)
Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/base/sys.c
patch
|
blob
|
history
diff --git
a/drivers/base/sys.c
b/drivers/base/sys.c
index
cbd36cf
..
6206aaa
100644
(file)
--- a/
drivers/base/sys.c
+++ b/
drivers/base/sys.c
@@
-299,7
+299,7
@@
void sysdev_unregister(struct sys_device *sysdev)
* and the class driver.
*
* Note: The list is iterated in reverse order, so that we shut down
- * child devices before we shut down th
ie
r parents. The list ordering
+ * child devices before we shut down th
ei
r parents. The list ordering
* is guaranteed by virtue of the fact that child devices are registered
* after their parents.
*/