diff options
| author | Petr Vorel <[email protected]> | 2021-10-08 09:14:29 +0000 |
|---|---|---|
| committer | Mimi Zohar <[email protected]> | 2021-10-10 02:17:57 +0000 |
| commit | 61868acb0728db19a0ff107fb2361421eb1cd33c (patch) | |
| tree | 388caedfb1caf40c5871da8aa2189ca9768886cd /security/integrity/ima/ima_policy.c | |
| parent | ima: add gid support (diff) | |
| download | kernel-61868acb0728db19a0ff107fb2361421eb1cd33c.tar.gz kernel-61868acb0728db19a0ff107fb2361421eb1cd33c.zip | |
ima_policy: Remove duplicate 'the' in docs comment
Also join string (short enough to be on single line).
Signed-off-by: Petr Vorel <[email protected]>
Signed-off-by: Mimi Zohar <[email protected]>
Diffstat (limited to 'security/integrity/ima/ima_policy.c')
| -rw-r--r-- | security/integrity/ima/ima_policy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/integrity/ima/ima_policy.c b/security/integrity/ima/ima_policy.c index 789e6db3959f..fd7df7f64544 100644 --- 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) { |
