git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89cbc3
)
Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)
author
John Anthony Kazos Jr
<jakj@j-a-k-j.com>
Wed, 4 Apr 2007 11:39:17 +0000
(07:39 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 27 Apr 2007 17:57:29 +0000
(10:57 -0700)
Collapses a do..while() loop within an if() to a simple while() loop for
simplicity and readability.
Signed-off-by: John Anthony Kazos Jr. <jakj@j-a-k-j.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found