From: Joe Perches Date: Tue, 20 Nov 2007 01:53:44 +0000 (-0800) Subject: security/selinux: Add missing "space" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=19c5fc198c369bb00f3ed9716ef40648865d8d94;p=linux-beck.git security/selinux: Add missing "space" Add missing space. Signed-off-by: Joe Perches Signed-off-by: James Morris --- diff --git a/security/selinux/ss/avtab.c b/security/selinux/ss/avtab.c index 9e70a160d7da..cd10e27fc9e6 100644 --- a/security/selinux/ss/avtab.c +++ b/security/selinux/ss/avtab.c @@ -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; }