]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: hsr: fix placement of logical operator in a multi-line statement
authorMurali Karicheri <m-karicheri2@ti.com>
Fri, 5 Apr 2019 17:31:30 +0000 (13:31 -0400)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:22:42 +0000 (18:22 -0400)
commit9706929ab421a6f68ed72fc0e6371e4fca8e698a
treecbf3d057382967d739d1f5d48371a61f9f1232ec
parent4371549533b124e1693a7771303e44ed827af2e0
net: hsr: fix placement of logical operator in a multi-line statement

[ Upstream commit 059477830022e1886f55a9641702461c249fa864 ]

In a multi-line statement exceeding 80 characters, logical operator
should be at the end of a line instead of being at the start. This
is seen when ran checkpatch.pl -f on files under net/hsr. The change
is per suggestion from checkpatch.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: ddbec99f5857 ("hsr: Fix uninit-value access in hsr_get_node()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/hsr/hsr_forward.c
net/hsr/hsr_framereg.c