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:
421fae0
)
selinux: Unify for- and while-loop style
author
Vesa-Matti Kari
<vmkari@cc.helsinki.fi>
Thu, 7 Aug 2008 00:18:20 +0000
(
03:18
+0300)
committer
James Morris
<jmorris@namei.org>
Thu, 14 Aug 2008 22:40:47 +0000
(08:40 +1000)
Replace "thing != NULL" comparisons with just "thing" to make
the code look more uniform (mixed styles were used even in the
same source file).
Signed-off-by: Vesa-Matti Kari <vmkari@cc.helsinki.fi>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: James Morris <jmorris@namei.org>
No differences found