summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-19 17:53:44 -0800
committerJames Morris <jmorris@namei.org>2008-01-25 11:29:44 +1100
commit19c5fc198c369bb00f3ed9716ef40648865d8d94 (patch)
tree20c6e68e469f509dd80c41736628a6322704f2ed /security
parent49914084e797530d9baaf51df9eda77babc98fa8 (diff)
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')
-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 9e70a160d7d..cd10e27fc9e 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;
}