From: Vesa-Matti Kari Date: Thu, 7 Aug 2008 00:18:20 +0000 (+0300) Subject: selinux: Unify for- and while-loop style X-Git-Tag: v2.6.28-rc1~724^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc74c65b3fd841985935f676388c82d6b85c485;p=pandora-kernel.git selinux: Unify for- and while-loop style 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 Acked-by: Stephen Smalley Signed-off-by: James Morris --- Reading git-diff-tree failed