net: decnet: Fixed multiple coding style issues
authorSai Kalyaan Palla <saikalyaan63@gmail.com>
Sat, 20 Mar 2021 06:15:12 +0000 (11:45 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Mar 2021 01:50:51 +0000 (18:50 -0700)
commitb29648ad5b2ade03edd3f4364b5616b07d74abe4
tree07d1e0681db58a6c7f3b1c0d5585d04170e0bf0b
parentd773b7957e4fd7b732a163df0e59d31ad4237302
net: decnet: Fixed multiple coding style issues

Made changes to coding style as suggested by checkpatch.pl
changes are of the type:
open brace '{' following struct go on the same line
do not use assignment in if condition

Signed-off-by: Sai Kalyaan Palla <saikalyaan63@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/decnet/dn_route.c