From: Joe Perches Date: Tue, 20 Nov 2007 01:53:44 +0000 (-0800) Subject: security/selinux: Add missing "space" X-Git-Tag: v2.6.25-rc1~1239^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19c5fc198c369bb00f3ed9716ef40648865d8d94;p=profile%2Fivi%2Fkernel-x86-ivi.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 9e70a16..cd10e27 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; }