diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 17:53:44 -0800 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-01-25 11:29:44 +1100 |
commit | 19c5fc198c369bb00f3ed9716ef40648865d8d94 (patch) | |
tree | 20c6e68e469f509dd80c41736628a6322704f2ed /security | |
parent | 49914084e797530d9baaf51df9eda77babc98fa8 (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.c | 2 |
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; } |