mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
security/selinux: Add missing "space"
Add missing space. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
49914084e7
commit
19c5fc198c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue