Make style modifications for: CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel <waltfeasel@xxxxxxxxx> --- Swaps align for over 80 but get whole line this way security/apparmor/apparmorfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c index d759c78..c8142cf 100644 --- a/security/apparmor/apparmorfs.c +++ b/security/apparmor/apparmorfs.c @@ -647,8 +647,7 @@ static struct aa_profile *__next_profile(struct aa_profile *p) if (!list_entry_is_head(p, &parent->base.profiles, base.list)) return p; p = parent; - parent = rcu_dereference_protected(parent->parent, - mutex_is_locked(&parent->ns->lock)); + parent = rcu_dereference_protected(parent->parent, mutex_is_locked(&parent->ns->lock)); } /* is next another profile in the namespace */ -- 2.1.4 _______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies