projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40224c4
)
ima_policy: Remove duplicate 'the' in docs comment
author
Petr Vorel
<pvorel@suse.cz>
Fri, 8 Oct 2021 09:14:29 +0000
(11:14 +0200)
committer
Mimi Zohar
<zohar@linux.ibm.com>
Sun, 10 Oct 2021 02:17:57 +0000
(22:17 -0400)
Also join string (short enough to be on single line).
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
security/integrity/ima/ima_policy.c
patch
|
blob
|
history
diff --git
a/security/integrity/ima/ima_policy.c
b/security/integrity/ima/ima_policy.c
index 789e6db3959fb04a2e843d8d1632a13b2375c482..fd7df7f645444c0522342563d041339724d71250 100644
(file)
--- a/
security/integrity/ima/ima_policy.c
+++ b/
security/integrity/ima/ima_policy.c
@@
-889,8
+889,7
@@
static int __init ima_init_arch_policy(void)
/**
* ima_init_policy - initialize the default measure rules.
*
- * ima_rules points to either the ima_default_rules or the
- * the new ima_policy_rules.
+ * ima_rules points to either the ima_default_rules or the new ima_policy_rules.
*/
void __init ima_init_policy(void)
{