Skip to content

Commit

Permalink
security/selinux: Add missing "space"
Browse files Browse the repository at this point in the history
Add missing space.

Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: James Morris <[email protected]>
  • Loading branch information
JoePerches authored and James Morris committed Jan 25, 2008
1 parent 4991408 commit 19c5fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/selinux/ss/avtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 19c5fc1

Please sign in to comment.