security/selinux: Add missing "space"
authorJoe Perches <joe@perches.com>
Tue, 20 Nov 2007 01:53:44 +0000 (17:53 -0800)
committerJames Morris <jmorris@namei.org>
Fri, 25 Jan 2008 00:29:44 +0000 (11:29 +1100)
Add missing space.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/ss/avtab.c

index 9e70a16..cd10e27 100644 (file)
@@ -280,7 +280,7 @@ int avtab_alloc(struct avtab *h, u32 nrules)
        h->nel = 0;
        h->nslot = nslot;
        h->mask = mask;
-       printk(KERN_DEBUG "SELinux:%d avtab hash slots allocated."
+       printk(KERN_DEBUG "SELinux:%d avtab hash slots allocated. "
               "Num of rules:%d\n", h->nslot, nrules);
        return 0;
 }