]> git.baikalelectronics.ru Git - kernel.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)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Apr 2019 01:32:21 +0000 (18:32 -0700)
commit5e2c1801f3b1dcb2fd5ca8372cebaecfbe000387
treefa5f7b1b6665aae2054e2624f178b0741582de7d
parent527c88e03635123676a86afeb24d5259afa6aa5a
net: hsr: fix placement of logical operator in a multi-line statement

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>
net/hsr/hsr_forward.c
net/hsr/hsr_framereg.c