diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 20:53:44 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-01-24 19:29:44 -0500 |
commit | 19c5fc198c369bb00f3ed9716ef40648865d8d94 (patch) | |
tree | 20c6e68e469f509dd80c41736628a6322704f2ed | |
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>
-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) | |||
280 | h->nel = 0; | 280 | h->nel = 0; |
281 | h->nslot = nslot; | 281 | h->nslot = nslot; |
282 | h->mask = mask; | 282 | h->mask = mask; |
283 | printk(KERN_DEBUG "SELinux:%d avtab hash slots allocated." | 283 | printk(KERN_DEBUG "SELinux:%d avtab hash slots allocated. " |
284 | "Num of rules:%d\n", h->nslot, nrules); | 284 | "Num of rules:%d\n", h->nslot, nrules); |
285 | return 0; | 285 | return 0; |
286 | } | 286 | } |