projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4991408
)
security/selinux: Add missing "space"
author
Joe Perches
<joe@perches.com>
Tue, 20 Nov 2007 01:53:44 +0000
(17:53 -0800)
committer
James Morris
<jmorris@namei.org>
Fri, 25 Jan 2008 00:29:44 +0000
(11:29 +1100)
Add missing space.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/ss/avtab.c
patch
|
blob
|
blame
|
history
diff --git
a/security/selinux/ss/avtab.c
b/security/selinux/ss/avtab.c
index 9e70a160d7da4e5f90d9c57ad816b4e2ec4d5b16..cd10e27fc9e630002395db667e9fd85f78eadeeb 100644
(file)
--- 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;
}