]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/ss/ebitmap.c
SELinux: services.c whitespace, syntax, and static declaraction cleanups
[linux-2.6-omap-h63xx.git] / security / selinux / ss / ebitmap.c
index e499af474b35d9e2a80626d0db3eb6450dfb96e2..ddc275490af89bddfd1a7e37d60e645fb39de358 100644 (file)
@@ -411,11 +411,10 @@ int ebitmap_read(struct ebitmap *e, void *fp)
                        }
                        /* round down */
                        tmp->startbit = startbit - (startbit % EBITMAP_SIZE);
-                       if (n) {
+                       if (n)
                                n->next = tmp;
-                       } else {
+                       else
                                e->node = tmp;
-                       }
                        n = tmp;
                } else if (startbit <= n->startbit) {
                        printk(KERN_ERR "SELinux: ebitmap: start bit %d"