summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/avtab.c
diff options
context:
space:
mode:
authorJoe Perches2007-11-20 02:53:44 +0100
committerJames Morris2008-01-25 01:29:44 +0100
commit19c5fc198c369bb00f3ed9716ef40648865d8d94 (patch)
tree20c6e68e469f509dd80c41736628a6322704f2ed /security/selinux/ss/avtab.c
parentLinux 2.6.24 (diff)
downloadkernel-qcow2-linux-19c5fc198c369bb00f3ed9716ef40648865d8d94.tar.gz
kernel-qcow2-linux-19c5fc198c369bb00f3ed9716ef40648865d8d94.tar.xz
kernel-qcow2-linux-19c5fc198c369bb00f3ed9716ef40648865d8d94.zip
security/selinux: Add missing "space"
Add missing space. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/ss/avtab.c')
-rw-r--r--security/selinux/ss/avtab.c2
1 files changed, 1 insertions, 1 deletions
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;
}