Message ID | 20211008091430.22392-2-pvorel@suse.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | IMA checkpatch fixes | expand |
diff --git a/security/integrity/ima/ima_policy.c b/security/integrity/ima/ima_policy.c index ad3c2af5f163..a4396967dce4 100644 --- a/security/integrity/ima/ima_policy.c +++ b/security/integrity/ima/ima_policy.c @@ -885,8 +885,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) {
Also join string (short enough to be on single line). Signed-off-by: Petr Vorel <pvorel@suse.cz> --- security/integrity/ima/ima_policy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)